LlbPtr&() |
Previous Next |
LarPtr&(<LineLabel>)
|
Part
|
Description
|
<LineLabel>
|
Required. The line label that you want to get the memory address
of.
|
b& = LblPtr&(MyLabel)
Print b&
MyLabel:
DataInt 1, 2, 3, 4
|