Send to back object in quark 4.1 using apple Script

Hi

Can I send to back text box in quark 4.1 using apple script ?
Thanks

Carlos

Carlos,
sure you can! Suppose you have a selected box:

tell application "QuarkXPress"
tell document 1
move current box to the back
end tell
end tell

I hope this could help
Luca