Template Engine language reference > Script variable interface

Script variable interface
References to StreamServe script variables are defined by $variables references. This type of reference is handled the same way as internal variables defined in the template. The difference is that the value of an internal variable is set by a #set directive, and the value of a $variables reference is retrieved from the StreamServe script.
Script variable references are NOT case sensitive
Script variable references are not case sensitive. For example, $variables.customer and $message.Customer are references to the same script variable.
Script variable references are strings
The value of a $variables reference is always represented as a string.
OpenText StreamServe 5.6 Updated: 2013-03-01