template::expand_percentage_signs (public)

 template::expand_percentage_signs message

Defined in packages/acs-templating/tcl/parse-procs.tcl

Expand variables marked with percentage signs in caller's scope. Some examples - if example and array(variable) has the values Erik and Oluf in the caller's scope - the following expansion will occur: Here is an %example% variable. -> Here is an Erik variable. Here is an %array.variable% for you -> Here is an Oluf for you

Parameters:
message (required)
Author:
Christian Hvid

Testcases:
expand_percentage_signs
[ show source ]
Show another procedure: