GALiRe
GScript hash




Function:
Declares an associative array to be used within GALiRe Script. i.e. -
create(%hashObject); // it is vital to create the hash object before using it
%hashObject["Billy"]=11;
%hashObject["Sally"]="fifteen";


This declares the hash %hashObject to represent multiple values for the rest of the GScript session. This does not work outside of GALiRe Script.