Is there a way to use the list global like an array? I would like to keep key words in a list, then use those key words in an “if” formula. I’m trying to show a Bluetooth battery icon, but only for certain connected audio devices.
So something like $if(nc(aname,0) in gv(list), 1,0)$. Is that possible? It would be much cleaner to have a global list and update that, then to update a bunch of hard coded references.