%echo() Function

Top  Previous  Next

This function can be used for debugging purposes. It displays the result of the given string expression in a popup message window.

Syntax:

%echo(expression)

 

Example:

%echo('_elmid is : ' + _elmid )