Page 1 of 1

Can’t set string

Posted: Fri May 25, 2018 7:42 pm
by Dennis
When ever I try to set a string I get a syntax error.
Example:
T$ = “test”
If I run that I get a syntax error.
T = 7
Works fine...

Re: Can’t set string

Posted: Fri May 25, 2018 7:58 pm
by Mr. Kibernetik

Re: Can’t set string

Posted: Sat May 26, 2018 1:49 pm
by Dennis
Thanks. That did the trick.