alexx Posted March 5, 2007 Posted March 5, 2007 ok, say I have two variables - which are numbers... and I want to put these two numbers together but NOT add them e.g. $1 = 1 $2 = 1 And I want the number 11 How do I do that?
Jasio Posted March 5, 2007 Posted March 5, 2007 ok, say I have two variables - which are numbers... and I want to put these two numbers together but NOT add them e.g. $1 = 1 $2 = 1 And I want the number 11 How do I do that? Send($1 & $2) Output: 11
alexx Posted March 5, 2007 Author Posted March 5, 2007 k thanks also what if i want this to be a variable? $3 = $1&$2 doesn't work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now