Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASCAN() syntax re: nFlag - case sensitivity
Message
De
05/04/2002 07:00:07
 
 
À
04/04/2002 17:08:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00641123
Message ID:
00641305
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Hello Andrew.

elnum = ASCAN(alist,'A-01323',-1,-1,13)

and I get an error -

Subscript is outside defined range.


Whoops! Sorry. My fault. I left out the column number element. If you want to search the first column of the array, this is the syntax:


elnum = ASCAN( aList,'A-01323', -1, -1, 1, 13 )

Sorry about that!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform