Convert T/F

Dar Scott dsc at swcp.com
Tue Apr 2 23:31:01 EST 2002


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




More information about the metacard mailing list