rte.reset(); rte.setText("Many secrets are known by the uninitiated. The truth is spreading."); var theFormat = this.getTextFormat(10,11); output.setText("font is " + theFormat.font); rte.reset(); this.defaultformat = new textformat(this, {font: "Arial", size: 18}); Debug.write("faked a default val for defaultformat:", this['defaultformat']); rte.setText("Many secrets are known by the uninitiated. The truth is spreading."); var theFormat = this.getTextFormat(10,11); output.setText("font is " + theFormat.font); (output goes here)