Val( )
| Action: | Returns the numeric value of a string. |
| Syntax: | ("string") |
| Parameters: |
String
|
| Returns: |
The numeric value of the input string. |
| Example: |
$x
= VAL(SUBSTR(@IPADDRESS0, 1, 3)) |