HP Forums
Warning on User Defined List and Matrix for Programmers - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Warning on User Defined List and Matrix for Programmers (/thread-3168.html)



Warning on User Defined List and Matrix for Programmers - bobkrohn - 02-21-2015 09:24 PM

If you have a program that creates a Global List or Matrix.
The mere act of opening your program in the Editor will reset those
to REAL variables and wipe out any content.

May be a good idea to make a "Backup" copy into a Home List or Matrix.
(i.e. L0-9 M0-9)


RE: Warning on User Defined List and Matrix for Programmers - Han - 02-21-2015 10:56 PM

(02-21-2015 09:24 PM)bobkrohn Wrote:  If you have a program that creates a Global List or Matrix.
The mere act of opening your program in the Editor will reset those
to REAL variables and wipe out any content.

May be a good idea to make a "Backup" copy into a Home List or Matrix.
(i.e. L0-9 M0-9)

This is true regardless of the type of the variable. Any and all variables associated with the file being editing will be reset.