getTokenValue

Retrieves a value from an ExprTokenType structure.

value := getTokenValue(pointer-expression)
value := getTokenValue(varContainingPointer+0)

Parameters

pointer-expression An expression which results in a pointer to an ExprTokenType structure. This must not be a variable reference, string, floating-point number or numeric literal.

Remarks

code from Lexikos, for compatibility with his lowlevel functions.