Kodi Community Forum

Full Version: IsEmpty() - just for ListItem properties?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could I instead use it to check if a control with a given id has a label or not?

e.g. IsEmpty(Control(75).Label)

...or something?
Control.GetLabel(75) I think it is, and yes, IsEmpty() is applicable anywhere.
That works. Cheers, jm.