0 Members and 2 Guests are viewing this topic.
can a program archive itself at the beginning of execution?
Yes, I am extremely busy with finals.
"XXXXX ZZZZZZ YYYYYYY "->Str1"XXXXX "->Str2While 1getkey->KA+(K=3)-(K=2)->Aconj(A*10+Str1,Str2,10Text(30,30, Str2End
Quick question on text displaying:Code: [Select]"XXXXX ZZZZZZ YYYYYYY "->Str1"XXXXX "->Str2While 1getkey->KA+(K=3)-(K=2)->Aconj(A*10+Str1,Str2,10Text(30,30, Str2EndThis displays the proper string, but with random garbage characters afterwards, ie, "XXXXX eoppp"I tried putting in Fill(Str2+9, 32) after the conj( line to overwrite possible garbage in Str2 with spaces, but with no success. Any thoughts?