2004-02-08 12:49 PM
2004-02-09 04:07 AM
2004-02-09 08:28 AM
Matthew wrote:Yes ! I hadn't thought of calling a macro...
You can pass parameters to a subroutine in the "CALL" statement such as:
CALL door_macro PARAMETERS A = height, B = width, ...
Is this what you meant?