![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Скачать руководство пользователя страница 601](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257601.webp)
Chapter 4: ColdFusion Expressions: Operators and Other Constructs
577
String operators
The is only one string operator, which is the concatenation operator.
Decision, or comparison, operators
ColdFusion’s decision, or comparison, operators produce a Boolean TRUE/FALSE.
\
Divides two integer values. Use the \ (trailing slash) to separate the
integers. The right operand cannot be zero. For example, 9 \ 4 is 2.
^
Returns the result of a number raised to a power (exponent). Use the
^ (caret) to separate the number from the power. The left operand
cannot be zero. For example, 2 ^ 3 is 8.
Arithmetic Operators (Continued)
Operator
Description
String Operators
Operator
Description
&
Concatenates strings.
Decision Operators
Operator
Description
IS
Performs a case-insensitive comparison of the two
values and returns true if the values are identical.
IS NOT
Opposite behavior of is.
CONTAINS
Checks to see if the value on the left is contained in
the value on the right and returns true if it is.
DOES NOT CONTAIN
Opposite behavior of contains.
GREATER THAN
Checks to see if the value on the left is greater than
the value on the right and returns true if it is.
LESS THAN
Opposite behavior of greater than.
Содержание COLDFUSION 4.5-CFML LANGUAGE
Страница 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Страница 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Страница 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Страница 296: ...272 CFMLLanguageReference INPUT TYPE text NAME number2 BR INPUT TYPE submit NAME submit VALUE Add FORM BODY HTML...
Страница 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Страница 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Страница 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Страница 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Страница 557: ...Chapter 2 ColdFusion Functions 533 P CFOUTPUT Value i is employee keysToStruct i CFOUTPUT P CFLOOP CFIF BODY HTML...
Страница 584: ...560 CFMLLanguageReference...
Страница 594: ...570 CFMLLanguageReference...