Re: ICONS...(DEAD HORSE I KNOW)

new topic     » goto parent     » topic index » view thread      » older message » newer message

I have since fixed that. I don't know what I was thinking. Thanks for
pointing it out.
----- Original Message -----
From: Brian Broker <bkb at CNW.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Monday, February 07, 2000 9:13 AM
Subject: Re: ICONS...(DEAD HORSE I KNOW)


> On Sun, 6 Feb 2000 03:44:20 -0500, David Roach wrote:
>
> >t = t + timeinc --increase time
> >t2 = t2 + timeinc2
>
> You should only need one time variable unless you live in a strange
> universe where time does not advance at a contant rate...
>
> >Also does anyone know any round to whole number procedures other than
> floor?
>
> If you want to round to the nearest integer:
>
> function round( atom number )
>   return floor( number + 0.5 )
> end function
>
>
> -- Brian


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu