[EMAIL PROTECTED] wrote:
[...]
> 
> Steve,
> 
> How do you do "tokenList = split(expr)"? There is no builtin called
> "split".
> 
> Mike
> 

Sorry, that should have been a call to the .split() method of expr, i.e.:

tokenList = expr.split()

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb     http://del.icio.us/steve.holden
Recent Ramblings       http://holdenweb.blogspot.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to