next up previous contents
Next: Function Object Up: Methods Previous: sub   Contents


sup

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


Syntax

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


Parameters

None


Returns

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


Example

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




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