I notice that CRBasic seems to support using the $ character in variable names. What are the downside risks of using $ in variable names?
Public y$ As String *60
x$="ABCDEFGH" & Chr(13)
Answered my own question. $ are valid per the CRBasic Help.
The 2011 CR1000 manual Section 9.5.1 and 9.9.3 does not include them. I assume the manual needs correction.
Thanks, Dryden. I'll point it out to the manual folks.
Dana W.
Thank you