Documentation

number

Syntax: %number(s)

convert a numeric string to a number.

Example:

#SHOW %number(" +007")

Displays: 7

#SHOW %number(" 1+007")

Displays: 0 This is because the string is not simply numeric.

Add comment

Login or register to post comments