Re: TIB: Re: another problem


[Prev][Next][Index][Thread]

Re: TIB: Re: another problem




Here's "good" power code that won't eat up memory like your 
program:

ClLCD
Disp "Your equipment"
If M==1:Disp "Crowbar"
If N==1:Disp "Torch"
Pause
ClLCD
Return


References: