On 04/27/2009 02:37 PM, Ahrens, Jens wrote:
> So my question is how can I get what I expected and make Cheetah
> interpret the contents of $NUMBERS as an array and not a literal?
> 
> Thanks and cheers,
> Jens
> 

you could pass foo=bar1,bar2,bar2 and then do something like this in
cheetah:

#set $mylist = $getVar('foo').split(",")

-Jasper
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to