[Progress Communities] [Progress OpenEdge ABL] Forum Post: Are include file named parameters positional?

  • Thread starter Thread starter jmartin104
  • Start date Start date
Status
Not open for further replies.
J

jmartin104

Guest
For the code below, I expected the named parameter to be compiled in the named position. However, it did not, leading me to believe include parameters are positional only. Is this the case? Test.p {test-1.i &buffer=buffer} // no &copy test-1.i {test-2.i &copy=copy &buffer=buffer} <-- Skips buffer, putting buffer in copy instead test-2.i message "Buffer" "{&buffer}" "Copy" "{&copy}" view-as alert-box.

Continue reading...
 
Status
Not open for further replies.
Back
Top