<html><div style='background-color:'><DIV class=RTE>
<P>Hey, how do I get multiple variables from a script to use on a ZPT?</P>
<P>ie. Script:</P>
<P>a = 'yo'</P>
<P>b = ' wuzzup'</P>
<P>c = []</P>
<P>c.append(a)</P>
<P>c.append(b)</P>
<P>return c</P>
<P>I can get a list to print out on the page, but how could I use each one separately?</P>
<P>c[0]</P>
<P>c[1]</P>
<P>Thanks,</P>
<P>RS</P></DIV></div></html>