Re: [nsbasic-ce] Re: NSExecute error

2009-09-10 Thread George Henne
Sounds good! >Hey George, > >I think I might have just found the issue. Being the inital dim is >setting an array of fixed size, the redim apparently can't resize that. >If I initialize the variable as a non-array, then the redims work fine >and can happen as many times as needed. > >Shaun > >--

[nsbasic-ce] Re: NSExecute error

2009-09-10 Thread phlipsmsu
Hey George, I think I might have just found the issue. Being the inital dim is setting an array of fixed size, the redim apparently can't resize that. If I initialize the variable as a non-array, then the redims work fine and can happen as many times as needed. Shaun --- In nsbasic...@yahoo

[nsbasic-ce] Re: NSExecute error

2009-09-10 Thread phlipsmsu
Hi George, I made this simpler program this morning. It repeats the same functionality, but without all the background stuff going on, with the same result. Just attach it to a form with a single command button. If I change the NSExecute in _Load to an executeglobal, the redim in the _Click