Getting TAL to use multiple return info

"Robert Sirois" <[email protected]> Sun, 09 Apr 2006 18:16:23 -0600
Newsgroups gmane.comp.web.zope.page-templates
Message-ID <[email protected]>
Hey, how do I get multiple variables from a script to use on a ZPT?

ie. Script:

a = 'yo'

b = ' wuzzup'

c = []

c.append(a)

c.append(b)

return c

I can get a list to print out on the page, but how could I use each one separately?

c[0]

c[1]

Thanks,

RS

_______________________________________________
ZPT mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zpt