atoi

Mariappan, MaharajanX m_mariappanX at trillium.com
Wed Apr 24 09:11:23 EDT 2002


hi everybody.... thanks i was looking for int(string) or sting.atoi(strung)
routines only....

thx again, maharajan


>-----Original Message-----
>From: Artur Lipowski [mailto:lal at pro.onet.pl]
>Sent: Wednesday, April 24, 2002 6:25 PM
>To: python-list at python.org
>Subject: Re: atoi
>
>
>In article <mailman.1019649779.5458.python-list at python.org>, 
>Mariappan, MaharajanX wrote:
>...
>> is there any python buildin method whihc will convert 
>strings into integer,
>> like atoi in c lib.?
>> "234" should be converted into interger value 234
>...
>int() and company.
>Look at "Python Library Reference" chapter 2.1 "Built-in 
>Functions". Also 
>using searchable Python manual at 
>http://starship.python.net/crew/theller/pyhelp.cgi 
>with "conversion" keyword will find out what you need.
>In other words RTFM 8-)
>
>Regards,
>--
>Artur Lipowski
>-- 
>http://mail.python.org/mailman/listinfo/python-list
>





More information about the Python-list mailing list