previous next top contents index framed top this page unframed
Figure 30–9. $adrOfFirstElement
| ADDRESS <macro> $adrOfFirstElement (ARRAY a); |
$adrOfFirstElement returns the ADDRESS of the first element (the element stored at the lowest memory address) of a. If a garbage collection subsequently occurs, a may be moved so that the value returned by $adrOfFirstElement before the collection is no longer correct. The effect is undefined if a is NULLARRAY.
MAINSAIL Language Manual, Section 30.8