Specifications
BASIC Stamp I and Stamp II Conversions
Page 388 • BASIC Stamp Programming Manual 1.8 • Parallax, Inc.
DEBUG
BASIC STAMP I
DEBUG outputdata{,outputdata...}
• OUTPUTDATA is a text string, bit, byte or word variable (no con-
stants allowed).
• If no formatters are specified DEBUG defaults to “variablename =
value” + carriage return.
FORMATTERS:
(The following formatting characters may precede the variable name)
# displays value in decimal followed by a space.
$ displays “variablename = $value ” + carriage return; where
value is in hexidecimal.
% displays “variablename = %value ” + carriage return; where
value is in binary.
@ displays “variablename = ‘character’ ” + carriage return; where
character is an ascii character.
SPECIAL SYMBOLS:
(The following symbols can be included in the output data)
CLS causes the debug window to be cleared.
CR causes a carriage return in the debug window.
BASIC STAMP II
DEBUG outputdata{,outputdata...}
• OUTPUTDATA is a text string, constant or a bit, nibble, byte or
word variable.
• If no formatters are specified DEBUG defaults to ascii character
display without spaces or carriage returns following the value.
FORMATTERS:
(The following formatting tokens may precede the data elements as
indicated below)










