Just a note to all parser hackers: string.atoi() has been deprecated, and should be avoided. Use int() instead -- it works on strings and numbers.
Bill
Just a note to all parser hackers: string.atoi() has been deprecated, and should be avoided. Use int() instead -- it works on strings and numbers.
Bill