Built-in Function: Convert String type to Number type
complete
Ryosuke Morita
Be able to convert String types to Number types. Like the
toString
function that changes any type to a text type.Log In
D
Darin Patterson
complete
Hi Ryosuke, you can use the parseNumber() function for this.
Ryosuke Morita
Darin Patterson
Thank you!
I noticed the
parseNumber
after I posted and thought I deleted it, but it wasn't done.