RE: [U2] Conversion Code - M

2005-06-17 Thread Brutzman, Bill
Yes... I make a living by doing code makeovers... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, June 17, 2005 6:04 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Conversion Code - M Bill, Might I suggest

Re: [U2] Conversion Code - M

2005-06-17 Thread CWNoah2
Bill, Might I suggest that M be renamed to something a little more meaningful? Oh, and a flogging for the person who named it M to begin with? ;^) Actually, when I find these format variables, I replace them with the format literal. I know, it might make it a little harder to expand its w

RE: [U2] Conversion Code - M

2005-06-15 Thread Brutzman, Bill
t: RE: [U2] Conversion Code - M 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 goi

RE: [U2] Conversion Code - M

2005-06-15 Thread u2
'u2-users@listserver.u2ug.org' 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

RE: [U2] Conversion Code - M

2005-06-15 Thread Stevenson, Charles
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 B

RE: [U2] Conversion Code - M

2005-06-15 Thread Stevenson, Charles
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

Re: [U2] Conversion Code - M

2005-06-15 Thread FFT2001
In a message dated 6/15/05 3:21:54 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: << crt @(51,19) : Qty.Rcvd M crt @(51,20) : Qty.Rcvd 'R#8' crt @(51,21) : Qty.Rcvd >> M looks like a variable in this case. Note the lacks of quotes around it. Will Johnson --- u2-user

[U2] Conversion Code - M

2005-06-15 Thread Brutzman, Bill
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'