newbie question !
I have an array and I need to copy the array to a memo field but i only get the first line of the array, can somone please let me know where i am going wrong. Thanks
use claims
DIMENSION aMyArray(4)
COPY TO ARRAY aMyArray FIELDS
address1,address2,address3,address4
GATHER FROM aMyArray FIELDS address MEMO
I have an array and I need to copy the array to a memo field but i only get the first line of the array, can somone please let me know where i am going wrong. Thanks
use claims
DIMENSION aMyArray(4)
COPY TO ARRAY aMyArray FIELDS
address1,address2,address3,address4
GATHER FROM aMyArray FIELDS address MEMO