Operator
== (numeric
equality)
> (numeric greater
than)
>= (numeric greater
than or equal to)
<> (numeric
inequality)
< (numeric less
than)
<= (numeric less
than or equal to)
() (parentheses)
" " (string
delimiter)
eq (string equality)
gt (string greater
than)
ge (string greater
than or equal to)
ne (string
inequality)
Description
Tests for equality; if
expression1
is
.
true
Compares two expressions and determines whether
greater than
expression2
is less than or equal to
expression1
returns
.
false
Compares two expressions and determines whether
greater than or equal to
less than
expression2 (false)
Tests for inequality; if
is
.
false
Compares two expressions and determines whether
less than
expression2
is greater than or equal to
Compares two expressions and determines whether
less than or equal to
expression2
otherwise, it returns
false
Groups one or more parameters, performs sequential evaluation of
expressions, or surrounds one or more parameters and passes them
as parameters to a function outside the parentheses.
When used before and after a sequence of zero or more characters,
quotation marks indicate that the characters have a literal value and
are considered a
string
other ActionScript element.
Compares two expressions for equality and returns
representation of
expression1
; otherwise, the operation returns
expression2
Compares the string representation of
representation of
expression2
greater than
expression2
Compares the string representation of
representation of
expression2
is greater than or equal to
Compares the string representations of
and returns
if
true
expression1
it returns
.
false
is equal to
; if it is, the operator returns
expression2
expression2 (true)
.
is equal to
expression1
; if so, the operator returns
, the operator returns
expression2
. If it is, the operator returns
.
; they are not a variable, numeric value, or
is equal to the string representation of
expression1
and returns
true
; otherwise, it returns
expression1
and returns a
; otherwise, it returns
expression2
expression1
is not equal to
, the result
expression2
expression1
. If
true
, the operator
expression1
or whether
expression1
, the result
expression2
expression1
. If
true
expression1
false
expression1
true
if the string
true
.
false
to the string
if
is
expression1
.
false
to the string
value if
true
expression1
false
to
expression2
; otherwise,
expression2
is
is
is
is
.
is
;
.
79
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?