Can a template with a
#prompt('text','s255),%var
store symbols like
%Application, %Module, %Key
so that it writes out the value stored in %Application, %module in the clw?
I’ve tried
#Set(%var,’’’’%Application’’’) to populate the #Prompt but it doesnt write out
‘MyAppName’ in the clw, it writes out ‘%Application’ in the clw which is not what I want.
#Set(%var,’’’’<37>Application’’’) is ‘%Application’ in the clw, again not what I want
#Set(%var,’%‘Application’) throws template errors and no combination seems to get that to work because it sounded promising in the docs.
So any ideas?
TIA