VarPtr&() |
Previous Next |
VarPtr&(<Variable>)
|
Part
|
Description
|
<Variable>
|
Required. The variable that you want to get the memory address of.
|
a = 500
b& = VarPtr&(a)
Print b&
|