SEARCH:
  Next: vgaSet

vgaGet

string var_name
string Default_Value
any



This function returns a Global Variable. The second parameter names a Standard Default Value that will be returned if the requested variable does not eixst.

You can use vgaGet and vgaSet to store and retrieve global variables without worrying about naming collisions with the framework.

  Next: vgaSet