Addr

Belongs to : Function

Description

The Addr function returns the address of a Variable, Function or Procedure.
It is similar to the @ operator, but is not constrained by the $TypedAddress compiler directive – it always returns an untyped Pointer.
You can cast this to a typed pointer, as in the example.




Example code