Click or drag to resize

MemVar Fields

X#

The MemVar type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberGet
Get the value of a local, private or public (in that order). Throws an exception when the variable does not exist.
Public fieldStatic memberGetSafe
Get the value of a local, private or public (in that order). Returns NIL if the value does not exist.
Public fieldStatic memberPut
Updates the value of a local, private or public (in that order). If the value does not exist than a new variable at the current level is created.
Top
See Also