Add (String Concatenation) - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Operator
lt (string less
than)
le (string less than
or equal to)
– (subtract)
-= (subtraction
assignment)

add (string concatenation)

Availability
Flash Lite 1.0.
Usage
string1 add string2
Operands
string1, string2
Description
Operator; concatenates (combines) two or more strings.
Example
The following example combines two string values to produce the string catalog.
conStr = "cat" add "alog";
trace (conStr);// output: catalog
See also
+ (numeric add)
80
Flash Lite Operators
Description
Compares the string representation of
representation of
expression2
is less than
expression2
Compares the string representation of
representation of
expression2
is less than or equal to
Used for negating or subtracting.
Assigns
expression1
Strings.
expression1
and returns a
; otherwise, it returns
expression1
and returns a
; otherwise, it returns
expression2
the value of
expression1 - expression2
to the string
value if
true
expression1
.
false
to the string
value if
true
expression1
.
false
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Table of Contents