I am using an array to store then print details at the end of my invoice. When there are multiple invoices in one run, I need to delete the array between each invoice. I can't find a script to delete array - can it be done?
I have found an alternative by initializing the array fields but each blank array row is still printed after each invoice. I can't seem to have a repeater to filter out the blank lines, and I can't seem to use skip() within a script on the row. Deleting the array would be tidiest. Thanks.