ECHO macro

Controls screen updating while a macro is running. If a large macro uses many commands that update the screen, use ECHO to make the macro run faster.

Syntax

ECHO(logical)

Logical    is a logical value specifying whether screen updating is on or off.

 

Remarks

 

Related Function

GET.WORKSPACE   Returns information about the workspace

Return to index