Re: TIB: Re: (86 Basic) Please help


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

Re: TIB: Re: (86 Basic) Please help



Jeanne9005@aol.com wrote:
:Repeat Ans
its gonna do the bottom stuff Ans number of times
:getKy
it gets the key
:End
then it stops
That isn't exactly how it works.   Basically, since getKy stores the last keypress to the Ans varialbe, it repeats getting the keypress until the value of Ans (the last key pressed) is not equal to zero.  It's just your standard getkey loop.
 
~Dave <the_regul8r@bigfoot.com>