Quark -- change runaround of every text box to none

Is there a way to script quark to tell it to change the runaround of every text box to none runaround

i looked in the dictionary and the box properties show that there is None runaround but the script will not change any thing

tell application "QuarkXPress™ 5.0"
	tell front document
		tell current box
			set the runaround to none
			
		end tell
	end tell
end tell

any help would be greatly appreciated

Hi Joe:

Try this:

	set the runaround to none runaround

So simple it actually makes sense
thanks again
-jb