Creating a list object under DTML
Hi, I know that if I have a variable on a form I can contstrain its type using varname:type, however, I would like to create a non-form variable that is of type list and haven't been able to figure out the correct syntax to do so. Normally I use REQUEST.set('varname', value) to create non-form variables, but I can't figure out how this works in the context of a list. Any light would be greatly appreciated! -- Stand Fast, tjg. Red Hat Certified Engineer tjg@avalongroup.net Chief Technology Officer www.avalongroup.net Avalon Technology Group, Inc. (503) 246-3630
>>>>>>Exceptional Minds, Innovative Products<<<<<<<<<<<<
On Mon, 6 Sep 1999, Timothy Grant wrote:
Hi,
I know that if I have a variable on a form I can contstrain its type using varname:type, however, I would like to create a non-form variable that is of type list and haven't been able to figure out the correct syntax to do so.
Normally I use REQUEST.set('varname', value) to create non-form REQUEST.set('varname',['list','of','strings'])
Andreas -- Andreas Kostyrka | andreas@mtg.co.at phone: +43/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA
participants (2)
-
Andreas Kostyrka -
Timothy Grant