Val()

Syntax

Result.l = Val(String$)
Description
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.

Supported OS

All

<- UCase() - String Index - ValF() ->