HP Forums

Full Version: Warning on User Defined List and Matrix for Programmers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
(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.
Reference URL's