View Single Post
  #2  
Old 08-22-2011, 07:03 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Emera View Post
I was working on an easy way to edit, add and read from the server flags using a TextList. I have hit a wall. I have the interface finished and know how to add rows to the text list using the GUI, but don't know how to read from the server flags and show them in the text list.
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.
Reply With Quote