Cheers!
In my script I get this value (item ref) for the variable TheFrame:
text frame id 4127 of spread id 919 of document id 10
And I want to know what kind of object it is (I know it is a text frame, but for my script
I have tried this:
set KindOfFrame to the object type of TheFrame
But get the error that it can’t get the object style… what am I doing wrong?