Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00155387
Message ID:
00155504
Vues:
27
>if the_other_column = 'X'
> return .f.
>else
> return .t.
>endif
>
>
>OR
>
>return (iif(the_other_column = 'X', .f., .t.))

Or

return !the_other_column == 'X'
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform