Convert string to number
So i have a function that takes in a string, and is supposed to return a value, it is returning the correct value, but as a string. Is there a way i can convert the string to a number?
So i have a function that takes in a string, and is supposed to return a value, it is returning the correct value, but as a string. Is there a way i can convert the string to a number?
In microscript:
"Number.parse( string ) Parses a string and returns a number"
(From microStudio documentation: microscript cheat sheet)
Fyi 😊