View Single Post
  #16  
Old 05-05-2007, 12:12 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by xXziroXx View Post
PHP Code:
enum key{
F9 122,
F10 123,
F11 124

I'd prefer doing this since I see no apparent difference:

PHP Code:
this.key = new TStaticVar();
this.key.F9 122;
this.key.F10 123;
this.key.F11 124
Exactly. Enumerators are completely pointless in my book!
__________________
Do it with a DON!
Reply With Quote