- To: Crossfire <xfire@xxxxxxxx>
- Subject: Re: [chat] Re: [SLUG] SLUG Pastimes
- From: Andrew Bennetts <andrew@xxxxxxxxxxxx>
- Date: Sun Jun 3 12:24:02 2001
- Cc: Jeff Waugh <jdub@xxxxxxxxxxx>, slug-chat@xxxxxxxxxxx
- User-agent: Mutt/1.3.18i
On Sat, Jun 02, 2001 at 05:18:10PM +1000, Crossfire wrote:
> Jeff Waugh was once rumoured to have said:
> > <quote who="Crossfire">
> >> I thought the prize was for scariest implementation? ;)
> >
> > Back in your box, postscript boy. :)
>
> I could always submit in VBScript. :P~
>
> Oh wait, thats right - you're the one who posted CTTE saying how
> wonderful VBScript was.... ;)
Arrgh! Not VBScript!
Annoying thing #1 about VBScript: CInt(2.5) equals 2. In fact, so does
Round(2.5). However, this is all fine, as the VBScript documentation
clearly states that it will "round to the nearest even integer" when the
decimal part is 0.5. That's okay then, so long as it's documented.
Some of us have had to code the stuff for a living... it reminds me of
programming while banging your head against a brick wall.
-Andrew.