> From: Ken Fettig [mailto:kenfettig at btinet.net] > > I have a quick simple question. How do you convert an integer > to a string in Python? Same way you convert everything else - str(). You have read the the tutorial haven't you? Tim Delaney