Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Is it possible to change string into numeric?


rboeger93
 Share

Recommended Posts

yeah, I want to know if there is a way to turn a string variable into a numeric variable. ex: lets say variable "string" = "12", "12" is a string variable, is it possible to turn that "12" into 12? or would I have to manually code it like```
if string = "12" then
    numeric = 12
end if
```
ty for whoever can help me or try to help me :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...