![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Скачать руководство пользователя страница 600](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257600.webp)
576
CFML Language Reference
(Client.MyVariable). Qualifiers are also known as scopes. Thus MyVariable is said to
belong to the Form scope.
In some cases, a variable must have pounds signs around it to allow ColdFusion to
distinguish it from string or HTML text and to insert its value as opposed to its name.
For more information on how to use pound signs in expressions see
Pound Signs
.
Functions
Because ColdFusion functions return basic objects, such as numbers, strings, Boolean
values, date-and-time objects, lists, arrays, structures, queries, and COM objects, their
results are basic expression terms.
Operators
Operators combine sub-expressions to create more complex expressions. The general
syntax for using operators is:
Expression Operator Expression
ColdFusion has four types of operators:
•
Arithmetic operators
•
String operators
•
Decision, or comparison, operators
•
Boolean operators
Arithmetic operators
The arithmetic operators are shown in the following table.
Arithmetic Operators
Operator
Description
+, -, *, /
The basic arithmetic operators: addition, subtraction,
multiplication, and division. In the case of division, the right
operand cannot be zero.
+, -
Unary arithmetic operators for setting the sign of a number either
positive or negative (+ or -).
MOD
Returns the remainder (modulus) after a number is divided by a
divisor. The result has the same sign as the divisor. The right
operand cannot be zero. For example, 11 MOD 4 is 3.
Содержание 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...