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


big

Description
Places HTML <BIG> tags around text in a String object.


Syntax

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


Parameters

None


Returns

It returns a string with HTML <BIG> tags around text in the stringObj. It does change the content of the stringObj


Example

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




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