And what would be even better is if you could add a Label to it to make it easy to find.
Then you could ...Code:DATA @0 BlaBla DATA "Bla bla bla",0 MoreBla DATA "More bla bla",0Your wish is granted.Code:Idx = BlaBla : GOSUB PrintStr Idx = MoreBla : GOSUB PrintStr PrintStr: READ Idx, Char IF Char != 0 THEN LCDOUT Char Idx = Idx + 1 GOTO PrintStr ENDIF RETURN
And the update has been magically downloaded to everyone's PicBasic Pro installation.
<br>
Bookmarks