LlbPtr&()
Previous  Next

Description: Returns the memory address of <LineLabel>.

     Syntax:
     
LarPtr&(<LineLabel>)

Part
Description
<LineLabel>
Required. The line label that you want to get the memory address of.

Example:

        b& = LblPtr&(MyLabel)
        Print b&

MyLabel:
        DataInt 1, 2, 3, 4