This DECLARE statement also produces variables FACTOR[1] through FACTOR[5]. Because you must use the DECLARE statement to declare dynamic arrays, the only way to reference the elements of a dynamic ...
There are two ways to copy an array: using an assignment statement. When assigning the values of one array to another array, the two arrays must have the same size. using the COPYARRAY function. When ...