Dynamic Evaluation Functions

namedescription
dEEscapes any double-quotation marks in the parameter and wraps the result in double-quotation marks.
evaluateEvaluates one or more string expressions, dynamically, from left to right. (The results of an evaluation on the left can have meaning in an expression to the right.) Returns the result of evaluating the rightmost expression.
iIfEvaluates a Boolean conditional dynamic expression. Depending on whether the expression is yes or no, dynamically evaluates one of two string expressions and returns the result. This function is convenient for incorporating a cfif tag in-line in HTML.
precisionEvaluateEvaluates one or more string expressions, dynamically, from left to right, using BigDecimal precision arithmetic to calculate the values of arbitrary precision arithmetic expressions.
setVariableSets a variable in the name parameter to the value of the value parameter.