Thread
:
Strings, Arrays and Problems..
View Single Post
#
2
02-12-2006, 11:02 PM
ZeLpH_MyStiK
Scripter
Join Date: May 2003
Location: NYC
Posts: 553
array = {1,2,2390};
array[0] == 1
array[1] == 2
array[3] == 2390
Or if you want to use a string list, use quotes
__________________
ZeLpH_MyStiK
View Public Profile
View GraalOnline Profile
Find all posts by ZeLpH_MyStiK