Re: Help with "facing" routine
- Posted by Einar Mogen <nord.staernes at ROLLAG.MAIL.TELIA.COM> Jul 01, 1998
- 653 views
I would like to thank for all help with this routine, now it works perfectly. I have not decided which routine to use yet, I will have to speed test them first. Right now I use the one given by Jiri because it has the least lines of code. There is one thing in the mail from Lithex I would like to point out: > function Int(object x) return(x-remainder(x,1)) end function Instead, you can just use the built-in floor(). Probably faster. Einar