Re: [Tutor] Splitting

2006-07-09 Thread Abhinav Gaurav
Hi,   Thanks for your help! I am wondering if it works fine then why it failing on my comp. And what is the remedy for it?   Thanks AbhinavDaniel Watkins <[EMAIL PROTECTED]> wrote: Abhinav Gaurav wrote:> Example :-> >>> a="43;dsds;d">>>> >>

[Tutor] Splitting

2006-07-09 Thread Abhinav Gaurav
HI,   I was working on example of splitting using delimiter ;   Example :- >>> a="43;dsds;d" >>> >>> b=a.split(';')   Here I encountered the following error :-   Traceback (innermost last):  File "", line 1, in ?AttributeError: 'string' object has no attribute 'split'   Can anybody help