|
| KiXtart Command Reference |
VALactionreturns the numeric value of a string. syntaxVAL ("string") parameterString The string whose numeric value you want to discover. returnsThe numeric value of the input string. example$x = VAL(SUBSTR(@IPADDRESS0, 1, 3)) + 10; 202 |