HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Local Arrays

05-27-2004, 01:11 AM#1
Shimrra
How do set up a local variable array? I tried, "local location temploc[0] = null" but it gave me errors... Any help will be greatly appreciated.
05-27-2004, 02:06 AM#2
weaaddar
local location array temploc

is the declaration for a local array of location objects.