Posted 02 May 2015 - 06:12 PM
So i have code like this
But how can i store the length in a variable and then do what i need with the variable?
A = read()
string = A
return string:len()
And i can print it out very easily by replacing string:len() with print(string:len())But how can i store the length in a variable and then do what i need with the variable?