Python newbie question re Strings and integers
ameStart) currentSymbol=filename[int(filenameStart),int(extensionStart)] Uncommenting the print statements clearly show the values to be integers (and without the str casts actually provide int+string errors) However, executing this code results in... opening - /Users/rmac/Documents/Sand
Re: Python newbie question re Strings and integers
Ah! Arghh!!! You are so correct on the usage of the ':' Python syntax is a little different from what I am used to. Thank you. -- http://mail.python.org/mailman/listinfo/python-list