Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INLIST Equivalent
Message
From
30/10/2000 18:59:16
 
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00432934
Message ID:
00436157
Views:
20
>What's the best VB equivalent to FoxPro's INLIST function?

You could add the FoxServer library to the project and use INLIST()

Dim ox As FoxApplication
Set ox = New FoxApplication
Debug.Print ox.Eval("Inlist('hello','hello','there')")


:)
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform