hello, good day.
it starts automatically without pressing a button?
why.
thanks.
greetings
------------------------
SCREEN 128
StartEdit:
Loop:
Key$=GET
if Key$="D" then g = 129 : test()
Goto loop
end
sub test()
print "HALLO"
end sub
--------------------------
---------------------------
SCREEN 128
StartEdit:
Loop:
Key$=GET
if Key$="D" then g = 129 : gosub test
Goto loop
end
test:
print "HALLO"
return
---------------------------
nxtbasic : starts automatically without pressing a button.
nxtbasic : starts automatically without pressing a button.
- Attachments
-
- fehler.jpg (27.22 KiB) Viewed 1157 times