03-23-2015 09:08 AM
hello:
i tried to use setarraybounds(Locals.Raw_values,"[1]","[6][0][0]") to set new bounds value of original array[1][1200]
but get error: -17325,wrong number of array indices
and use setarraybounds(Locals.Raw_values,"[0][0][1]","[6][0][0]") gets error-17324,array index out of bounds
what can i do?
03-23-2015 09:34 AM
now i know i should use "[600]", thanks