Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Iif and if else end
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00476073
Message ID:
00476199
Vues:
20
>can use this:
>
>iif(newuep = 0,hlduep = paycalc.unemp_ins_pct,hlduep = newuep)
>
>instead of this:
>
>if newuep = 0
> hlduep = paycalc.unemp_ins_pct &&writeback unemployeed insure %
>else
> hlduep = newuep &&writeback unemployeed insure %
>endif
>
>
>will the iif set the values or is iif only used for returning a true and false value.

The best syntax is:
hlduep = IIF(newuep = 0, paycalc.unemp_ins_pct, newuep)
Luis María Guayán
Tucumán, Argentina
________________________________
SysOp de www.PortalFox.com
Nada corre como un zorro
________________________________
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform