View Single Post
  #9  
Old 01-08-2011, 08:39 PM
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
Quote:
Originally Posted by xXziroXx View Post
Serveroptions are a list of strings, so of course you have to tokenize it to produce an array.
PHP Code:
function onCreated() {
  
temp.myString "one,two,three";
  echo(
myString[0]);

produces:

Quote:
one
Welcome to Graal...
__________________
Reply With Quote