VA FileMan V. 22.0 Getting Started HTML Manual Banner


 

Main Chapter Getting Started Manual Programmer Manual

VA FileMan Functions


VAR

Format: VAR("variable")
Parameters: variable is a variable in the local symbol table.
Use: This function returns the value of variable. The variable can be one that you set using the SET function.
Examples:

VAR("COUNT")=> 1 [1 is the current value of COUNT]

VAR("DUZ")=> 160

 


Reviewed/Updated: March 4, 2007