Val()
Syntax
Result.l = Val(String$)
Transform a string into a numeric value. The string must be an integer in decimal format. Example: Result = Val("1024") ; Result will be filled with 1024.
Result = Val("1024") ; Result will be filled with 1024.
Supported OS
All