POINTERVALUE Function

Purpose

Returns a pointer value that is the converted value of the specified expression.

Syntax

POINTERVALUE(x)

Abbreviation: PTRVALUE for POINTERVALUE.

Parameters

x is an expression. It must have either the HANDLE attribute, or have a computational type. If x has a computational type, it is converted to fixed binary.

Description

You can use POINTERVALUE(x) to initialize static pointer variables if x is a constant.

Restrictions

None.