
10-18-2006, 11:55 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
For small arrays (<200 members) it is probably not a problem to cycle through it, for bigger arrays it is sometimes necessary to optimize the use of arrays a little bit to use array.index() and similar, in case you have problems with the loop limit. |
|
|
|