DE()

edit

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