Changing a variable from numerical to string[solved]
Posted: Thu Mar 27, 2008 6:47 pm
I would like to know if it's possible to assign a numerical variable to a string variable. A sketchy example follows:
Code: Select all
$ number =+ 7
$ word = "House" + number
if word = "House7":
'It worked!'