02-21-2019, 09:07 PM
I checked and for exmple I have 2 arrays identical in all but name and one has .create in blue and one is in black - strange?!
ARRAY(double) slow
ARRAY(double) fast
slow.create(100)
fast.create(100)
ARRAY(double) slow
ARRAY(double) fast
slow.create(100)
fast.create(100)