Hal Helms On Object Oriented Programming - Day Three
function Export( ReportFormatter ){ return ReportFormatter.Format( this.DataXML ); }
For Cut-and-Paste
function Export( ReportFormatter ){ return ReportFormatter.Format( this.DataXML ); }