VA FileMan V. 22.0 Getting Started HTML Manual Banner


 

Main Chapter Getting Started Manual Programmer Manual

VA FileMan Functions


SET

Format: SET(value,"variable")
Parameters:

value is an expression to be evaluated.

variable is a local variable name used to hold the value of value.

Use: This function returns value's value. In addition, the value is placed in a local variable. Variable should be namespaced to avoid conflict with other local variables. You can use this function only if you have programmer's access.
Example: SET(1,"COUNT")=> 1 [this would put 1 into the variable COUNT]

 


Reviewed/Updated: March 4, 2007