Alternate Syntax
Posted: Tue Jul 27, 2010 8:35 am
Hello friends,
Please help me understand this;
In alternate syntax, you can do the following;
The values in <> can be supplied from memory variables viz;
Is there a reason why;
1. WindowType cannot be passed in a memory variable
2. why there must be a macro symbol before windowName?
3. Why the define statement cannot be broken into more than one line
Please forgive my curiosity. I would really appreciate any insights.
Please help me understand this;
In alternate syntax, you can do the following;
Code: Select all
Define Window <windowName>
Row <nRow>
Col <nCol>
Width <nWidth>
Height <nHeight>
WindowType MAIN | CHILD | MODAL | SPLITCHILD | STANDARD | PANEL
.....
Code: Select all
Define Window &WindowName Row nRow Col nCol Width nWidth Height nHeight WindowType MAIN
End Window
1. WindowType cannot be passed in a memory variable
2. why there must be a macro symbol before windowName?
3. Why the define statement cannot be broken into more than one line
Please forgive my curiosity. I would really appreciate any insights.