TEMPL Class


Parameter: character string representing a template.

Optional modifiers: PREF, SUF, NULL, DOM, EXTERN, FILE, LOWER, UPPER.

Algorithm:
TEMPL processes the template string.
If DOM is specified, translates the result string as specified within the domain. If the result string is empty, processes the template string specified by NULL, and returns the NULL result; otherwise processes the template specified by PREF and inscribes the PREF result as a prefix for the result string; then processes the rule specified by SUF and inscribes the SUF result as a suffix for the result string. If FILE modifier is specified, writes the result of the variable in the specified file.

Example
drop_table TEMPL "DROP TABLE $objectPhysicalname;;";