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(?).
Some new script functions?
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
Yes they are faster as built in procedures.
But the min/max is so easy to implement with a function!!
But the min/max is so easy to implement with a function!!
Olivier Sens
www.brainmodular.com
www.brainmodular.com
