Select a table after creation through a script
Hi,
Still learning scripting for Id, I'm facing a probably very basic problem for you guys.
I've done a ConvertToText within a script, but I would like to get this new table selected after its creation, for me to keep working on it, using grep expressions for instance.
app.selection[0].convertToTable("\t","\t",1); The table is fine, with all the datas in it, but the newly created table becomes unselected.
I feel I have to name it and get it selected through its name, but … well, didn't find how to do it. 😞
Thanks for your help