I have been trying to create a variable that takes the form of an array. I followed the instructions in Seagate's technical paper on arrays and wrote the following in the formula definition:
numbervar array myarray ;
whileprintingrecords ;
myarray := [0,0,0,0] ;
(etc.)
But when I try to save the formula, I get an error message informing me that an array cannot be the result of a formula.
Can anyone tell me what I am doing wrong?
numbervar array myarray ;
whileprintingrecords ;
myarray := [0,0,0,0] ;
(etc.)
But when I try to save the formula, I get an error message informing me that an array cannot be the result of a formula.
Can anyone tell me what I am doing wrong?