Hi all,
Is there a way to retrieve the number of rows of a DataArea w/o iterating through the full DataArea?
I would like to display the progress of a process based on the number of rows processed.
Thank you very much.
Best regards,Malte
No there isn't, but looping through it and just counting the rows is pretty quick in my experience.
John, Thanks for the quick reply! I thought I missed something in the docs, though.