Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a BEYOND() command, or something similar?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00565172
Message ID:
00565176
Vues:
21
? NOT BETWEEN(lnMyValue,1,100)
>I've used the BETWEEN() command in Fox for a long time now. It returns .T. if a value falls between two other values specified. For example,
>
>? BETWEEN(lnMyValue,1,100) && would return .T. if lnMyValue = 87
>
>
>
>So is there a command in VFP that does just the opposite? For example,
>
>? BEYOND(lnMyValue,1,100) && would return .T. if lnMyValue is < 1 or > 100
>
>
>I recognize that there's no command in VFP 6.0 named "BEYOND()", but is there one that has this functionality?
>
>Of course, I could write a UDF, but if VFP already has one, I'd rather not.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform