Blitz (42/119)

From:Joar Berntsen
Date:15 Jun 2001 at 16:32:48
Subject:problem with menuchecked command

hi, this is my problem

command:MenuChecked(menulist,menu,item,[subitem]) returns false or true

this is an example of what i want to do:

test1=MenuChecked(18,1,1,0) ; this 1 was processed fine
test2=MenuChecked(18,1,1,1) ; process stops, and no error is displayed
test3=MenuChecked(18,1,1,2) ; cant step to this 1

the debugger cant quit, and not the prog. but i can step back on the
debugger.

the subitem exists
max menulists is 100
compiled with make smallest code
if i run it without debugger it will just slow down the system on the 2.
line.

what is the reason??? :/

some other things i've wondered about:

I have never understood how to use the Period command,and not got any result
from trying it.. how do u use it??

what version is "the ultimate blitz basic"? I have 2.10

hope you have some answers.

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie