no, no, the values are coming from all over the place, so having to remember which member of the list that function is tied to may be more of a headache<br><br>I get the technique though<br><br><br><br><br><br><br><br><br>
<div><span class="gmail_quote">On 7/12/07, <b class="gmail_sendername">Luke Paireepinart</b> &lt;<a href="mailto:rabidpoobear@gmail.com">rabidpoobear@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
elis aeris wrote:<br>&gt; oh in this case they actually aren&#39;t possible to be listized, because<br>&gt; they are just place holders for quite a number of other names of<br>&gt; variables and stuff :)<br>That is untrue.
<br>You can put any variables into a list that you want.<br>For example:<br>x = &#39;hello&#39;<br>b = 42<br>abba = 0xABBA<br><br>Then you can do this:<br>mylist = [x,b,abba]<br>and print from the list.<br><br>-Luke<br></blockquote>
</div><br>