[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ADDR Return SEGMENT:OFFSET of variable pp 268
Syntax: Addr (VarName) ;
Type: Far pointer
Form: Function
Purpose: For variables, Addr will return a 32 bit pointer.
For records, specific fields may be selected and
a 16 bit Integer pointer is returned.
If VarName is an array, it may be subscripted.
----------------------------------------------------------------------------
Usage:
VAR
Pointer := Addr (VarName) ;
IntVar := Addr (Record.Field) ;
See Also:
Absolute
Pointer
Ptr
Record
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson