next up previous contents
Next: strike Up: Methods Previous: link   Contents


small

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


Syntax

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


Parameters

None


Returns

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


Example

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




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