- Using JavaScript String Operators in ColdFusion 8
-
Friday, 29th February 2008
In addition to the comparison operators, which can be used on string values, the concatenation operator (&) concatenates two string values together, returning another string that is the union of the two operand strings. For example, “my ” & “string” returns the string “my string”.
Tags: assignment, ColdFusion, comparison, concatenate, JavaScript, operators, string
- Using JavaScript Comparison Operators in ColdFusion 8
-
Thursday, 28th February 2008
Following on from the first three parts of the “Using JavaScript Operators” in ColdFusion 8, where I introduced Arithmetic, Assignment and Logical Operators, it is now the turn of Comparison Operators.
Tags: cfscript, ColdFusion, comparison, equal, greater, JavaScript, less, not, operators