R
RAHUL
Hi,
In my applescript I was referring to the presentation using there name
e.g.
save presentation <presentation_name> in <savepath> as save as default
But the problem is, when multiple presentation with the same name are
open. So I need to refer to them using their document window indexes
so I wanted to know "Should I retrieve the document window index
everytime I refer to the presentation or I can just get it once and
save it in the applescript?"
e.g. I found the index of a presentation and saved it in a variable in
my applescript, now I use this index everywhere in the script, But if
we close some windows or open some new presentations can this index
change, Or will it remain same until the presentaiton in the "index
window" gets closed.
In my applescript I was referring to the presentation using there name
e.g.
save presentation <presentation_name> in <savepath> as save as default
But the problem is, when multiple presentation with the same name are
open. So I need to refer to them using their document window indexes
so I wanted to know "Should I retrieve the document window index
everytime I refer to the presentation or I can just get it once and
save it in the applescript?"
e.g. I found the index of a presentation and saved it in a variable in
my applescript, now I use this index everywhere in the script, But if
we close some windows or open some new presentations can this index
change, Or will it remain same until the presentaiton in the "index
window" gets closed.