When was SERIALIZE-ROW introduced?

Cecil

19+ years progress programming and still learning.
Which version was SERIALIZE-ROW introduced? I thought it was version 10.2B.
 

Cecil

19+ years progress programming and still learning.
My Workaround/hack/solution:

Code:
&IF PROVERSION < "11":U
&THEN
    /* Program will not compile in Progress versions earlier than OE11 */
&ELSE

&ENDIF
 
Top