August 2001
Intermediate to advanced
976 pages
38h 8m
English
ArrayIsEmpty
ArrayIsEmpty(array)Returns TRUE if the specified array contains no
data or FALSE if it does contain data. Example:
<CFIF ArrayIsEmpty(Scores)>
There are no scores available for this game!
<CFELSE>
There are scores available for this game!
</CFIF>Read now
Unlock full access