Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfaempty()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfAEmpty()
Tests if the elements of an array are empty
------------------------------------------------------------------------------
Syntax:

     dfAEmpty( <aValue> ) --> lEmpty

Parameters:

     <aValue>   Array to test

Returns:

     <lEmpty> Is .T. if all the array elements are empty

Description:

     ests if the elements of an array are empty

Example:

     dfAEmpty( { "Thomas", "", 0, .F. } )  // Returns .F.
     dfAEmpty( {      NIL, "", 0, .F. } )  // Returns .T.

See also:

     dfChkDir(), dfGetArr()

See Also: dfChkDir() dfGetArr()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson