Name

ArrayIsEmpty

Synopsis

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>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.