Hi all. I am reading in a file, looping over all lines, and sorting in to arrays based on size of volumes indicated. Ultimately, this is so I can pipette with different tip sizes. I then need be able to return the size of each array. But HSLArrLib VarArrGetSize requires you to indicate a row or index number in the parameters. Which is exactly what I am trying to return. Is there maybe a different library for this?
There is a GetSize step in the same place as declare array etc. Its a core function.
Or in HSL, you can do array.GetSize();
1 Like
OMG amazing! didn’t even think to look in regular steps. Thanks so much!