luke2012 Well-Known Member Licensed User Longtime User May 30, 2013 #1 Hi to all, how to check if a BLOB field is empty ? I tried some checks but without success. My need is to retrieve all the record that isn't empty (BLOB contains a pic for example). This check is possible?
Hi to all, how to check if a BLOB field is empty ? I tried some checks but without success. My need is to retrieve all the record that isn't empty (BLOB contains a pic for example). This check is possible?
Erel B4X founder Staff member Licensed User Longtime User May 30, 2013 #2 You can check the array length. If it is not 0 then the array is not empty. Upvote 0