View Single Post
  #3  
Old 08-22-2011, 07:05 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by ffcmike View Post
In order to obtain a list of all the different serverr variable names you can do:

PHP Code:
temp.vars serverr.getdynamicvarnames(); 
Then you can simply loop through that array and add serverr.(@ array value) as a list entry.
Thank you very much.
How would I implement this into my script. I get what you are saying, but not how to add it.
__________________
Reply With Quote