Re: TIB: Pauseing a program without PAUSE


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

Re: TIB: Pauseing a program without PAUSE




i do 82-83, and they a lot alike. you can use a repeat where you repeat the
get string section until the etring has changed. like this , but the 86 will
be a little different	

Str0 -> Str1
Repeat Str1 does not=Str0
Get(str0)
end

so, as soon as you get the new string, which i am assuming is words, it will
store it as Str0 then it will go to the repeat, Str1 (the old Str0) will not
equal the new Str0 and it will go to the commands following the end