next up previous contents
Next: fontColor Up: Methods Previous: bold   Contents


fixed

Description
Places HTML $\langle\mbox{TT}\rangle$ tags around text in a String object.


Syntax

  1. StringObj.fixed()
  2. "String Literal".fixed()


Parameters

None


Returns

It returns a string with HTML $\langle\mbox{TT}\rangle$ tags around text in the stringObj.


Example

s = "SWFKit FFish Script Demo";
r = s.fixed();
trace(r);
//output: <TT>SWFKit FFish Script Demo</TT>




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.