BubbaJoeLouis
02-22-2005, 08:57 AM
Greetings,
Sorry to ask a basic basic stamp question, but why does my goto not work unless I have a debug statement?
' {$STAMP BS2}
OUTPUT 7
beginagain:
DEBUG CLS
TOGGLE 7
PAUSE 200
GOTO beginagain
Causes my LED to blink whereas without the clearscreen command:
' {$STAMP BS2}
OUTPUT 7
beginagain:
TOGGLE 7
PAUSE 200
GOTO beginagain
Does nothing. Some info:
Parallax Editor version 2.1
Basic Stamp 2 version 1.0
Thank you!
http://forums.parallax.com/images/smilies/burger.gif BJL
Sorry to ask a basic basic stamp question, but why does my goto not work unless I have a debug statement?
' {$STAMP BS2}
OUTPUT 7
beginagain:
DEBUG CLS
TOGGLE 7
PAUSE 200
GOTO beginagain
Causes my LED to blink whereas without the clearscreen command:
' {$STAMP BS2}
OUTPUT 7
beginagain:
TOGGLE 7
PAUSE 200
GOTO beginagain
Does nothing. Some info:
Parallax Editor version 2.1
Basic Stamp 2 version 1.0
Thank you!
http://forums.parallax.com/images/smilies/burger.gif BJL