Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Variable names using $


dryden Feb 16, 2012 11:51 PM

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)


dryden Feb 17, 2012 05:11 PM

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.


Dana Feb 22, 2012 12:34 AM

Thanks, Dryden. I'll point it out to the manual folks.

Dana W.


dryden Feb 29, 2012 10:04 PM

Thank you

Log in or register to post/reply in the forum.