Question About ⎕USING and )SAVE
Posted: Fri Aug 27, 2010 12:14 am
If I assign a value to ⎕USING as a global variable:
⎕USING←,⊂'System'
it is working as expected:
Environment.GetFolderPath Environment.SpecialFolder.ProgramFiles
C:\Program Files (x86)
but if I do a )SAVE than I get the following error if I try to redo the previous line:
System.NullReferenceException: Object reference not set to an instance of an object.
Looks like )SAVE is destroying the instances of classes and I have to redo all my classes after a )SAVE. Is it me or I am doing something wrong ?
Thanks,
Pierre Gilbert
Using: 12.1 Unicode
⎕USING←,⊂'System'
it is working as expected:
Environment.GetFolderPath Environment.SpecialFolder.ProgramFiles
C:\Program Files (x86)
but if I do a )SAVE than I get the following error if I try to redo the previous line:
System.NullReferenceException: Object reference not set to an instance of an object.
Looks like )SAVE is destroying the instances of classes and I have to redo all my classes after a )SAVE. Is it me or I am doing something wrong ?
Thanks,
Pierre Gilbert
Using: 12.1 Unicode