0 Members and 1 Guest are viewing this topic.
0->GWhile G=0getKey->GEnd
Third Progress ReportI'm having a problem I cannot identify. The program is set to display ship options, then wait until you press a key using the following code:Code: [Select]0->GWhile G=0getKey->GEndFor some unknown reason, this is looping infinately. No matter what key I press. It shouldn't. Currently trying to resolve.
Repeat getkeyEnd
1->AIf A"HELLO"->Str1AText(23,20,Str1A)Else"GOODBYE"->Str1BText(23,20,Str1B)End
"vStTkSav"->Str1GetCalc(Str1)->P
"appvStTkSav"->Str1GetCalc(Str1)->P
1->AIf AText(23,20,"HELLO")ElseText(23,20,"GOODBYE")End
Pt-On(8,10,[004299E7E7FFA542])