Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a BEYOND() command, or something similar?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Is there a BEYOND() command, or something similar?
Miscellaneous
Thread ID:
00565172
Message ID:
00565172
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform