I am using the LL APIs for VB6.
I used a ListObject that returned a recarray of folders.
How do I get the count of how many rows are in the recarray?
I could go up a directory level do a ListObject and get the childcount but that seems like a hard way when I have the recarray already...
Is there a BOF/EOF or a .recordcount or a MaxIndex property?? I dont see anything in the documentation...
Any Help would be really really appreciated.
Alley
I used a ListObject that returned a recarray of folders.
How do I get the count of how many rows are in the recarray?
I could go up a directory level do a ListObject and get the childcount but that seems like a hard way when I have the recarray already...
Is there a BOF/EOF or a .recordcount or a MaxIndex property?? I dont see anything in the documentation...
Any Help would be really really appreciated.
Alley