Quote:
Originally posted by Soul-Blade
What is this talk of string arrays for numbers? I use it all the time for storing clientr data, because you cannot store variables like clientr strings, and you cannot edit variables easily with RC (and I am talking clientr vars, which I don't believe even exists x-x).
|
Strings can sometimes justifiably be used to
store numbers, but they should be placed in variables when they are being processed. Giltwist's pathfinding used string arrays to store pathing information, when a normal array would've been superior.