View Single Post
  #12  
Old 05-05-2007, 05:45 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
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
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote