Hey:
I have some cool code that builds a dynamic array based on what I find in the database. But if I get EOF from the database then I don't need the array and it is not created. Now I just need to test to see if that dynamic array exists or not and I don't know how.
I have tried this... but it is (seemingly) ignored...
If ISNULL(aSubcat) then
'meaning there are no sub-categories...
I have some cool code that builds a dynamic array based on what I find in the database. But if I get EOF from the database then I don't need the array and it is not created. Now I just need to test to see if that dynamic array exists or not and I don't know how.
I have tried this... but it is (seemingly) ignored...
If ISNULL(aSubcat) then
'meaning there are no sub-categories...