Quote:
Originally Posted by ffcmike
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.