Is the ROUND function available in R:Base v6.1 (MS-DOS)?
 
  If not, then does anyone have a UDF that will round numbers the way that the ROUND function does in R:Base v6.5++  (MS-DOS)?
 
EXAMPLE:
 
  SET VAR vNUMBER REAL = 1.4567
  SET VAR vROUND = (ROUND(.vNUMBER, 2))
 
  vROUND WILL EQUAL  1.46
 
 
  Thank you in advance for your help.
 
 
Regards,
 
Rick Brown
 

Reply via email to