Convert T/F

Ken Ray kray at sonsothunder.com
Wed Apr 3 00:18:01 EST 2002


Good point, Dar! When it went through my head, I was thinking of
(length(what) - 5) and needed the abs() to get a positive 1. However once it
went down in email, I forgot to remove it...

Thanks!

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Dar Scott" <dsc at swcp.com>
To: <metacard at lists.runrev.com>
Sent: Tuesday, April 02, 2002 10:24 PM
Subject: Re: Convert T/F


>
> On Tuesday, April 2, 2002, at 08:08 PM, Ken Ray wrote:
>
> > function ConvertTF what
> >     return abs(5-length(what))
> > end ConvertTF
>
> I like this!
>
> But why abs()?
>
> If this doesn't need abs(), I think you might have the winning
> entry, Ken!
>
> function ConvertTF what
>      return 5-length(what)
> end ConvertTF
>
> Dar Scott
>
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
>




More information about the metacard mailing list