Hello,
I got a question. I am using this Code to insert a special article into an array. Now i have a empty space and that article in my array. How can i get rid of that empty space?
Thanks for helping.
WhileReadingRecords;
global stringvar array art;
global numbervar artcounter = 0;
if ({@le_Artikel_Nummer} = "SA11524") Then
(artcounter := artcounter + 1;
(redim art[artcounter];
art[artcounter] := {@le_Artikel_Nummer}));
Edited by Sam12485 - 01 Nov 2019 at 2:53am