GALiRe
GScript variable




Function:
Declares a variable to be used within GALiRe Script. i.e. -
create($usrName); // it is suggested to create the variable before using it
$usrName="Billy";


This declares the variable $usrName to represent "Billy" (not including quotes) for the rest of the GScript session. This does not work outside of GALiRe Script.