<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
<font size="-1"><font face="Verdana">Thanks for your time, much
appreciated.<br>
<br>
-Jon<br>
</font></font><br>
Tino Wildenhain wrote:
<blockquote cite="mid1130274419.23228.69.camel@Andrea.peacock.de"
 type="cite">
  <pre wrap="">Am Dienstag, den 25.10.2005, 16:42 -0400 schrieb Jonathan Cyr:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I think I get it, except...

What's the meaning of 1&lt;&lt;20, I'm not familar with that operator.  How
would I adjust it for different sizes?  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, you could (and should!) study the python documentation.
But this one is only an example. You can write the maximum
however you want, as literal value: 1000000 or
1e+6 or 1000*1000 or 10**6 ...

If you have an imagination of what value you want, just write it
there :-)




  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Jonathan Cyr
<a class="moz-txt-link-abbreviated" href="mailto:cyrj@cyr.info">cyrj@cyr.info</a></pre>
</body>
</html>