Quark anchored boxes query, help required please...

Hi there,

The past few days I’ve been looking at anchored boxes.
Inparticular, I’ve been looking at anchored boxes within a certain text box and whether or not it’s possible to reference them.
So say if you have 3 text boxes, containing anchored boxes, is it possible to reference only one of them?

I’ve been working forward from this, but as yet I’ve not found the solution:-

tell application "QuarkXPress"
   tell front document
      get properties of every picture box whose anchored is true
   end tell
end tell

I had been trying something along these lines to reference the anchored boxes within a certain text box, but as yet I’ve not got this to work.

set y to object reference of every picture box of story 1 of text box 1 whose anchored is true

I have found some nice information by Hans Haesler but when trying to rework it I haven’t yet succeeded.

Can anyone help me please?

Thanks in advance,

Nick