Page 1 of 1

Error in ROUND function

PostPosted: May 9, 2006 @ 3:26pm
by directdance
Hi Kornalius,

I found an error in your last official build re the ROUND fuinction.

My code is like this:

r_gewinn$ = ROUND(gewinn$, 2);

wich results this:

error: (bprvk3.frm#FORM101) [Invalid number of input parameters at 'ROUND' (352,17)]

Using an older version of PPL is working ...

Cheers,
DirectDance

PostPosted: May 9, 2006 @ 5:35pm
by kornalius
Round() from the old build is now RoundEx() and RoundEx() from the old build is now Round().

I made that change to simplify the use of Round() to one parameter only.