J
Jason Molt
Do until bStop = False
'there's some code here
'etc, etc
Loop
'some more code here
And then, I have a button that sets bStop = False when clicked: the program
blows up, fatal exception. What the...?
// fark0
'there's some code here
'etc, etc
Loop
'some more code here
And then, I have a button that sets bStop = False when clicked: the program
blows up, fatal exception. What the...?
// fark0