SV: Stringing together IIF's by Anders
Anders
Mon Aug 08 10:53:19 CDT 2005
The VFP9 version:
Myfuntion+ICASE(LEFT(from,1)='.',"",LEFT(from,1)="",".","")
-Anders
Den 05-08-08 16.38, i artikeln
8D4E8B8E-4A86-48B4-8083-7FD43161BDE7@microsoft.com, skrev "Tom"
<Tom@discussions.microsoft.com>:
> i am trying to string together these IIF's.
> i am gettng "Function missing ) " but i guess i cant see it.
>
> myfunction(from)+iif(left(from,1)=".",""," iif(left(from,1)="",".","")²)
>