Page 1 of 1

Posted: 19 Dec 2007, 08:58
by bsork
Would it be possible to implement integer versions of Min(), Max() and Abs()? I've tried typecasting, but that seems to fail quite often.

It's not hard to create functions like that inside the scripts, but I guess that the included functions and procedures are more efficient(?).

Posted: 19 Dec 2007, 19:50
by senso
Yes they are faster as built in procedures.
But the min/max is so easy to implement with a function!!