#---------------------------------------------------------------------------------------- #------------------------------Clear Comment ProgramCall--------------------------------- #---------------------------------------------------------------------------------------- #"Do you really want to delete the comment?" CC "AdoScript" QUERYBOX "Do you really want to delete the comment?" yes-no-cancel IF (endbutton="yes") { CC "Core" SET_ATTR_VAL objid: (n_TaskObjId) attrname: "CommentBox" val: "No" }