View Single Post
  #2  
Old 02-12-2006, 11:02 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
array = {1,2,2390};
array[0] == 1
array[1] == 2
array[3] == 2390
Or if you want to use a string list, use quotes
__________________
Reply With Quote