Current Page:
NeXtMidas Training
Macros - Part 1 (Basics)
Procedures and Subroutines
SUBROUTINE
|
|
- Writing a
SUBROUTINE :
SUBROUTINES are extremely similar to PROCEDURES
except that a SUBROUTINE
has a separate results table from the rest of the macro.
- Note:
SUBROUTINES and PROCEDURES
share the same namespace (i.e. You can't have both a procedure named
DOSTUFF and a subroutine named DOSTUFF ).
|
|
|