DE()
Postpones evaluation of a string as an expression, when it is passed as a parameter to the IIf or Evaluate functions. Escapes any double quotation marks in the parameter and wraps the result in double quotation marks.
DE( string=string );
Returns: String
| Argument | Description |
|---|---|
|
string
string,
required
|
edit
String to evaluate, after delay |
Examples
edit WriteOutput(de("susi"));
See also
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)