SEARCH:
Previous: vgaGet Next: vgfGet

vgaSet

string var_name
any var_value
void


This function sets the value of a global variable. The variable will exist during the current request and can be accessed from any scope with the vgaGet function.

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

Previous: vgaGet Next: vgfGet