Join the live talk at Discord.Be part of the conversation athttp://discord.qb64.org.
0 Members and 1 Guest are viewing this topic.
What explain this?x$ = "1234"LOCATE 1, 10PRINT "string="; x$LOCATE 2, 10mynumber = VAL(x$) 'string to numberPRINT "number="; mynumber 'I don't know why have one more space here when priting