LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Converting a string into an integer in Smilebasic 3

Root / Programming Questions / [.]

bluemonkey1111Created:
How do you convert a string ($) into an integer (%)?

VAL: Gets a numerical value from a character string
PRINT VAL("1111")

It's that easy? Thanks!