In your code snippit, M isn't quoted, so it's probably a variable
assigned elsewhere with a more familiar conversion code.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Wednesday, June 15, 2005 6:21 PM
To: '[email protected]'
Subject: [U2] Conversion Code - M


In UniVerse with Dynamic Connect, some legacy UniBasic seems to apply a
conversion thing such that...

      crt @(31,19) : Qty.Rcvd M
      crt @(31,20) : Qty.Rcvd 'R#8'
      crt @(31,21) : Qty.Rcvd 

      Qty.Rcvd = -Qty.Rcvd

      crt @(51,19) : Qty.Rcvd M
      crt @(51,20) : Qty.Rcvd 'R#8'
      crt @(51,21) : Qty.Rcvd 

yields...

                             |       2.0                  -2
                             |      2.0                  -2
                             | 2.0                 -2

Thus, I am writing to inquire about the meaning of "M".  Suggestions
would be appreciated.

--Bill
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to