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


sub

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


Syntax

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


Parameters

None


Returns

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


Example

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




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