Thread: GUI TextLists?
View Single Post
  #4  
Old 05-23-2009, 06:50 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
You can also do this

PHP Code:
temp.items = {"Development""Creators""Members""Schedule""Credits""Acknowledgments""Rights"};

for (
temp.item items) {
  
addRow(0item);

to shorten your list of addrow()'s.
__________________
Reply With Quote