Hi,

According to my knowledge the "R#12" (in the post "R#0") is a justification
not a numeric conversion.

The Y = X '0' is a numeric conversion

If you put Y = X "R0" then you will get the same result as Y = X "0"  namely
1235

Louie

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Daly, Mark
Sent: Monday, September 20, 2004 9:25 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [U2] Numeric rounding - UV 9.4 & 10.1


Quick follow up:  One of the guys discovered this:

Run the following pgm, then uncomment out the last 2 lines and run it
again.
Watch what happens to the first value for Y....
 

X = 1234.78
Y = X "0"
CRT X
CRT Y
                  
* Y = X"R#0"
* CRT Y
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to