READ - BASIC Stamp Command Reference
StrAddr = Message
StringOut:
READ StrAddr,Char
IF Char <> 0 THEN Cont
Stop
Cont:
DEBUG Char
StrAddr = StrAddr + 1
GOTO StringOut
Page 264 • BASIC Stamp Programming Manual 2.0b • www.parallaxinc.com
'Set address to start of Message.
'Get a byte from EEPROM.
'Not end? Continue.
'Stop here when done.
'Show character on screen.
'Point to next character.
'Get next character.
Need help?
Do you have a question about the BASIC Stamp 2e and is the answer not in the manual?