$setCurrent

Sets the value of the specified current variable.
Syntax
    $setCurrent{var_name}{var_value}
DocumentationSets the value of the specified current variable:

    Parameters:
      var_name, the name of the current variable whos value is to be changed.
      var_value, the new value of the named current variable.
Examples
    $setCurrent{company}{SITEFORUM}
    $getCurrent{company}

    Result:
    sets current variable "company" to the value "SITEFORUM", gets current
    variable "company":
    SITEFORUM
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2