[A83] BASIC strings


[Prev][Next][Index][Thread]

[A83] BASIC strings



Is there anyway to add a number to a string without doing this:

If X=1
"1" -> str1

In Qbasic and VisualBasic you can use cStr(X).....

So how can I do this?




Follow-Ups: