ADELIA |
|
|
|
|
(I/B) |
|
|
|
|
Warning: In the case of ADELIA programs, this instruction is not compatible with the Adelia iSeries Studio C generator or with Adelia/400.
Description
This predefined function is used to return the memory address of a variable.
Syntax
Result = &ADDRESS(VarId)
Parameters
|
Description |
Contents |
Controls |
Result |
Pointer type variable. |
|
|
Number |
Variable. |
|
Mandatory parameter. |
Example
Assume WW_Point is a pointer type variable and MY_VARIABLE is a variable of the program:
WW_Point = &ADDRESS(MY_VARIABLE)
List of predefined functions by topic