|
-
Apr 4th, 2006, 10:15 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Declaring an empty array of 4 element (without giving any value yet)
Hi!
I have an object that has a property array containing 4 elements, but without any value yet. So if I call array[0] I dont want to have an undefined index error...
is there anything like array{4} or something like that, that would declare
array[0]
array[1]
array[2]
array[3] ?????????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|