cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Wishes forum

GDL - Global or Local Variables

Anonymous
Not applicable
Is it possible to have local variable that will only work in a Subrtoutine ?
2 REPLIES 2

Anonymous
Not applicable
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?

Anonymous
Not applicable
Matthew wrote:
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?
Yes ! I hadn't thought of calling a macro...

I'll have to try that

Start a new conversation!

Still looking?

Browse more topics

Back to forum

See latest solutions

Accepted solutions

Start a new discussion!