Tabs

Does anyone know how to set the tabs in quark with an applescript. The tabs are in the style menu tabs. I want the position at 111.1 with the fill Characters !

tell application “QuarkXpress”
tell document 1
set tab of text box 1 in position 111.1 fill characters !
end tell
end tell

This works for me (of course adjust your text box index, paragraph index, tab justification, etc.):

Jon