<--- --------------------------------------------------------------------------------------- ---- Blog Entry: Hal Helms On Object Oriented Programming - Day Three Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:1381.view Date Posted: Oct 22, 2008 at 11:30 PM ---- --------------------------------------------------------------------------------------- ---> function Complete(){ this.IsComplete( true ); this.AssignedBy().MessengerService().Send( this.AssignedTo(), "Task completed", "The following task was completed: #this.Description()#" ); }