Search found 2 matches

by Dennis
Sat May 26, 2018 1:49 pm
Forum: Other topics
Topic: Can’t set string
Replies: 2
Views: 1590
Flag: United States of America

Re: Can’t set string

Thanks. That did the trick.
by Dennis
Fri May 25, 2018 7:42 pm
Forum: Other topics
Topic: Can’t set string
Replies: 2
Views: 1590
Flag: United States of America

Can’t set string

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...