macro

 

Defines a macro to be used by the MACROUSE command for the MOVIE command.

 

The macro consists of three parts: name definition, macro body, terminator. When the command processor is in the macro definition mode then the command lines entered between the MACRODEF and MACROEND are not executed immediately but filed away for use when the macro is called for execution.

Format

 

macro

 

Example

macro

macrodef / movie1 definition

read / default **

viewread / view1 * macro

setvprt / 0.25, 0.25, 0.75, 0.75 * body

plotbob **

macroend terminator