A_Radiolog_inFoxPro
IS-IT--Management
Dear All ,
I am having an issue with some high-level queries,
I need to be able to know if this query is empty so that I won't go down the line to check if my array even exists ( because since the query is empty the array won't be created at all.)
Thanks
The Doc
I am having an issue with some high-level queries,
Code:
Select * from *sometable* INTO ARRAY aMyArray WHERE arguments
I need to be able to know if this query is empty so that I won't go down the line to check if my array even exists ( because since the query is empty the array won't be created at all.)
Thanks
The Doc