RE: Re(2): [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-17 Thread David Carrión
Hi George. I was testing again, and a small "Hello world" program does not show the error. With my "large" programs the error appears at about the 95 % of executions (and "closes"). I suppose that depending on the code that the program executes, the error may not appear sometimes. Be

Re: Re(2): [nsbasic-ce] Re: Closing application with a BYE command on Windows Mobile 6.1.4 Professional

2009-04-17 Thread George Henne
We'll fix the easily reproducable problem on 6.1.4 first. Hopefuly, it will help with this too. Sent from my iPhone On Apr 17, 2009, at 6:49 AM, David Carrión wrote: > > > Hi George. > > I was testing again, and a small "Hello world" program does not show > the error. > With my "large" pr

[nsbasic-ce] Use of Remarks, REM, or the semicolon and comments

2009-04-17 Thread bwolodko
Is there any affect on how many remarks can be used in a program? Any down side in using alot of remarks? Limitation to final file size? are they discarded when making an EXE file? Any limitations for Strings, variables Is there a chart somewhere that illustrates these limits? Thanks --~-

[nsbasic-ce] Returning from a Chained program

2009-04-17 Thread bwolodko
Is there a way to use a click event to return to the calling program using the Chain Statement i.e Select Case MnChce Case "1" Chain "\Storage Card\Blinking.exe",False 'do not reset the environment The Chained program has Sub done1_Click Bye End Sub When clicking Done, it just ends the