pointertostring/2—convert a pointer value to a string value

The pointertostring/2 primitive converts a pointer value to a string  value.

pointertostring($PTRVAL,$STRVAL)
$STRVAL=pointertostring($PTRVAL)

pointertostring/2 arguments

Argument

Mode

Type

Description

$PTRVAL

Input

POINTER

Specifies the pointer value to be converted to a string

$STRVAL

Output

STRING

The conversion result, returned as a string

Use pointertostring/2 to convert the pointer value specified in the $PTRVAL argument to a string value returned in $STRVAL.

pointertostring/2 example

$E.msg = concat(['Address=',pointertostring($ADDR)]);
Was this page helpful? Yes No Submitting... Thank you

Comments