🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
Is it possible to assign a variable to the value of another variable?
Root
/
Programming Questions
/
[.]
Crazyblob
Created:
~6 years ago
Crazyblob
#1
I want to make code where the user can change the value of a variable to a certain value, from another variable. I will try doing this by
Variable=0 Input "put what you want here";value Variable=;value
But I get a syntax error when I try to do this.. is it possible?
12Me21
#2
You don't need the semicolon; that's just part of the INPUT command.
Crazyblob
#3
Ohhhh, thank you