DO 11 Script - visible/hidden property

I am aware that there is a difference between items that are hidden by having the H attribute set and items that are prevented from being displayed by (e.g.) Select NOPATTERN HIDESEL

Any plans to provide a file/folder item property that can be set from a script to quickly hide/reveal items from display? Something along the lines of..

tabobject.selected(0).visible = false

..or is there already a way of doing this?

Regards, AB

You could do it currently using the Select command.