JMSAdmin Variables
JMSAdmin allows you to save values that are needed in several places as variables. The variables you create must begin with the dollar sign character ($) or percent sign (%); for example, the following two variables are the same:
$someVariable
%someVariable
Variables may contain letters, numbers, and underscores. Variable names that begin with a dollar followed by an underscore ($_) designate read-only variables.