This function finds the variable associated with the name parameter and returns it.
Parameter: name
Type: string
Description: This is the name of the variable.
Return value: variable
item
Type: variant
Description: This returns the variable saved.
dim myvar
myvar = hs.GetVar("myvar")
' if "myvar" is an object, then get the variable with:
set myvar = hs.GetVar("myvar")