append text to DEVONthink Pro text file

tell application id "com.devon-technologies.thinkpro2"
	tell database "Shop"
	tell content "Purchase Order"
			set plain text to plain text & "
			whatever"
		end tell
	end tell
end tell

I am currently using the above, but I guess there is a better way to append text.
Kindly guide me. Thanks.