Quote:
|
Originally Posted by Omini
(NB: Tryial and ApothiX - read bolded part twice to make sure you understand. That means don't ***** at each other in this thread.) are appreciated.
|
My original post in that thread
WAS helpful advice. Seems like you were the one who didn't properly read it.
Quote:
|
Originally Posted by Warcaptain
also.. i saw in the other thread that you were having problems with the string being a variable
maybe put (just to make sure its always an integer)
client.whatever = int(client.whatever-1);
|
You shouldn't have to do that unless client.whatever contains decimals that you want truncated. client.whatever--; is perfectly fine.