Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00155387
Message ID:
00155504
Views:
28
>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'
Previous
Reply
Map
View

Click here to load this message in the networking platform