next up previous contents
Next: fixed Up: Methods Previous: blink   Contents


bold

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


Syntax

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


Parameters

None


Returns

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


Example

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




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