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?