Hi,

I have a muti-dimension array and would like to init it everytime a form is load?

do I have to loop through it like below or quicker way to do


For i=1 to 2000

array(i).field1 = ""
array(i).field2 = ""

next i


Thanks!