Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INLIST Equivalent
Message
De
30/10/2000 18:59:16
 
 
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00432934
Message ID:
00436157
Vues:
21
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform