View Single Post
Empty record, i.e. empty list.

Code:
tell application "OmniPlan"
	set oTask to child task 1 of document 1
	set recData to custom data of oTask
	if recData = {} then display dialog "Empty"
end tell

Last edited by RobTrew; 2008-03-06 at 10:25 PM..