Reported by 101satoon101
Quote:
(2010-07-12 00:08:54) es-dev: Stephen Toon: strInt = strInt[::-1]
(2010-07-12 00:09:01) es-dev: Stephen Toon: that changes 16000 into '00061'
(2010-07-12 00:09:11) es-dev: Stephen Toon: line 187 xaadmingive
(2010-07-12 00:15:40) es-dev: Stephen Toon: formattedStr = formattedStr[:-1][::-1]
(2010-07-12 00:16:15) es-dev: Stephen Toon: oh, wait, it should already do that in line 192...?
To add to that, figured out that the error was just when displaying the cash:
Quote:
Stephen: ah, it actually gives the correct cash, it just doesn't revert back to $16,000 when sending the message
es-dev: Mattie: yeah, the dollar value was right, just displayed wrong
Stephen: line 156 should be:
Stephen: formattedStr = formattedStr[:-1][::-1]
Stephen