Probably a stupid newbie question....i got to ask

fett at tradersdata.com fett at tradersdata.com
Wed Aug 8 21:41:43 EDT 2001


How do you use string.atoi to convert a variable integer to a string?
I have tied theese different ways...
daverse = string.atoi(daverse)
daverse = string.atoi(), daverse
daverse = string.atoi("daverse")

...and i cannot find an answer in my Python.





More information about the Python-list mailing list