Selecting multiple project items
Hi all, I can select a single project item like this:
app.project.rootItem.children[0].select()
Is there a way of selecting multiple items or selecting without clearing the current selection? Even mores specifically I'd want to set the selection order.
TNKS!
G