LOTUSSCRIPT LANGUAGE
Execute a Lotus software application macro.
Syntax
Evaluate ( macro [ , object ] )
Elements
macro
If the macro text is in a constant or string literal, the Lotus software application needs to do only initial processing of the macro once, at compile time, while variable strings incur that processing each time the macro is evaluated.
If the Lotus software application macro being executed returns a value, the Evaluate function returns a Variant containing that value. Otherwise, the function does not return a value.
Example See Also