If container is empty

Is there a simple way to set up an If/Then case where I can check if a container is empty?


Io

The following should work:

if(ListCount(GetDirectChildren(WhateverTheContainersNameis))=0){
//Container is empty
}
else{
//Container is not empty
}

Perfect, thanks!


Edit: ignore this reply. All good.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums