GALiRe
AScript variable




Function:
Declares a variable to be used within GALiRe Script.
$usrName="Billy";

This declares the variable to represent "Billy" (not including quotes) for the rest of the AScript session. This does not work outside of AScript.