Hi Stephen, If by chance your trying to store the actual "text" of the variable code, for use later - you can also do something like:
<@assign local$myVar value="<@literal value='<@var local$aVar encoding=none>'>"> Then to call the working contents of your variable "text", do <@var local$myVar encoding=metahtml> This way your variable and/or code can be stored as harmless text, but not executed or evaluated until called. The magic part is the ENCODING=METAHTML attribute. Obviously <@literal> can be used for large amounts of text, html and metatags all mixed together as well. Hope this is what you are looking for. Cheers.... Scott Cadillac, Witango.org - http://witango.org 403-281-6090 - [EMAIL PROTECTED] -- Information for the Witango Developer Community --------------------- XML-Extranet - http://xml-extra.net 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) --------------------- -----Original Message----- From: stephenyoung [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 10:00 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: Var inside a var Can I Do this? <@VAR LastClickedItemArray[1,Content] SCOPE=user encoding="<@VAR LastClickedItemArray[1,ContentEncoding] SCOPE=user>"> Basically, can I use a variable as a parameter for a variable? Stephen Young [EMAIL PROTECTED] ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
