Re: [nsbasic-ce] NSExecute error

2009-09-10 Thread George Henne
You might try testing this with a simpler program to see what is going on. You should also try Execute and ExecuteGlobal, which have different (and poorly documented) scoping rules. >Hi All, > >I'm creating arrays based on my form names on the fly using NSExecute. >Form names are read from a text

[nsbasic-ce] NSExecute error

2009-09-09 Thread phlipsmsu
Hi All, I'm creating arrays based on my form names on the fly using NSExecute. Form names are read from a text file, so they're not known until run-time. For example, I have form named "Provenience" so I create a array to store that data named Provenience. The size of the array is based on t