Arbortext IsoDraw > Macro Language Reference > Introduction > Language Basics > Macro > SubMacro
  
SubMacro
A single macro may consist of several subMacros.
* 
SubMacros can not be nested.
SUBMACROmacronamePROTECTEDEND SUBMACRO
PROTECTED
Optional parameter to protect the subMacro from being deleted using the Delete Macro dialog or being overwritten by a recording.
SUBMACRO messenger
MESSAGE "Here’s your message"
END SUBMACRO