I need help with strings
AidanThird 21 Nov 2021 20:35
I cannot figure out how to override a string that stores a variable with the number form.
For example: String 1 stores X and X is 1234. How would I make String 1 store 1234?
I can't just do 1234 store into String 1, as I want the string to be able to change during the program.
And I can't just do "expr(X) store into String 1", as that just doesn't work. What can I do?
EDIT: "expr(String 1) store into String 1" doesn't work either, before someone says that.