inttostring/2—convert an integer value to a string value
The inttostring/2 primitive converts an integer value to a string value.
inttostring($INTVAL,$STRVAL)
$STRVAL=inttostring($INTVAL)
$STRVAL=inttostring($INTVAL)
inttostring/2 arguments
Argument | Mode | Type | Description |
---|---|---|---|
$INTVAL | Input | INTEGER | Specifies the integer value to be converted to a string |
$STRVAL | Output | STRING | The resulting conversion string |
Use inttostring/2 to convert the integer value specified in the $INTVAL argument to a string value returned in $STRVAL.
inttostring/2 example
$E.msg = concat(['Event #',inttostring($E.event_handle)]);
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*