From: Brutzman, Bill
[snip]
crt @(31,19) : Qty.Rcvd M
[snip]
I am writing to inquire about the meaning of "M". Suggestions would be
appreciated.
----------------------------
Looks like M is a variable, so it would depend on what it contained.
I'm going to guess that M = "R#9"
>ct CDS.BP BILL
BILL
0001 M = "R#7"
0002 Qty.Rcvd = '2.0'
0003 crt quote( Qty.Rcvd M )
0004 crt quote( Qty.Rcvd 'R#8' )
0005 crt quote( Qty.Rcvd )
0006
0007 Qty.Rcvd = -Qty.Rcvd
0008
0009 crt quote( Qty.Rcvd M )
0010 crt quote( Qty.Rcvd 'R#8' )
0011 crt quote( Qty.Rcvd )
>RUN CDS.BP BILL
" 2.0"
" 2.0"
"2.0"
" -2"
" -2"
"-2"
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/