Convert T/F

J. Landman Gay jacque at hyperactivesw.com
Tue Apr 2 23:10:01 EST 2002


Yennie at aol.com wrote:
> 
> Hey, while we're at it:
> 
> on convertTF @tf
>     put the wholeMatches into saveMatches
>     set the wholeMatches to true
>     get (itemOffset(tf, "false,true"))
>     if (it > 0) then put it into tf
>     set the wholeMatches to saveMatches
> end convertTF
> 
> This will actually change the value of the variable IF it is true or false.
> Otherwise, it is untouched.

Cool. I think there's a typo though; shouldn't it be:

   itemoffset(tf,"false,true")-1

??

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the metacard mailing list