View Single Post
  #4  
Old 06-30-2008, 07:10 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by TheStan View Post
Well, this is imposing an extreme irritation on me. Very recently, I've been coding an inventory for a small server project.

Most of the item data is help in vars something like:

clientr.mud.item<id>=information


The problem here is that if the ids get over 9 for example and go to maybe 10 and 11, the list will go as so...

clientr.mud.item1=foo
clientr.mud.item10=bar
clientr.mud.item11=baz
clientr.mud.item2=foobar

This needs to be addressed as it's something quite silly.
This is like.....so common. Windows folders do it. Linux CLI does it. I fail to see how it is, "silly" and why it should be addressed.
Reply With Quote