StringVarName | Name of string variable to modify. |
Value | Value to prepend to the front of the string variable contents. |
Note also that, like append
, this will not generate an error if the variable does not exist, but rather will create a new variable.