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
Titre:
Is there a BEYOND() command, or something similar?
Divers
Thread ID:
00565172
Message ID:
00565172
Vues:
49
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.
David Martin
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform