View Single Post
I find that this works:

Code:
tell application id "OOut"
	tell front document
		set {rowList, rowDone} to {child 1, child 2}
		
		set refDone to a reference to (children of rowList where state is checked)
		move refDone to end of children of rowDone
		
	end tell
end tell