Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

VAL

action

returns the numeric value of a string.

syntax

VAL ("string")

parameter

String

The string whose numeric value you want to discover.

returns

The numeric value of the input string.

example

$x = VAL(SUBSTR(@IPADDRESS0, 1, 3)) + 10;   202