Immediate mode
Immediate mode
Fred, you think it's possible to have an immediate box like VB to probe variables (all of them)?
AMD 1.8 - 512mb - ATI All-In-Wonder Radeon 9000 pro - W2k Pro
BASIC programmers never die, they just return without gosub.
BASIC programmers never die, they just return without gosub.
Re: Immediate mode
Do you mean you wish to see the value of local variables as well as global?
I think that's coming. In the meantime, you can view the values of all
global variables by ticking 'Show Variables' in the debugger, and using
the 'Debug' command to print the values of local variables from time to
time in your code.
I think that's coming. In the meantime, you can view the values of all
global variables by ticking 'Show Variables' in the debugger, and using
the 'Debug' command to print the values of local variables from time to
time in your code.