ID:271884
 
How do you check if a list has no elements?
I don't understand
length() can help ya with that.
In response to GhostAnime (#2)
why not simply?
<DM>
if(!asdf.len)
In response to Flame Sage (#3)
I forgot about .len to tell you the truth >_> I usually define lists as "var/x[]" rather than "var/list/x[]" <_<