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