Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Instr function in foxpro
Message
De
05/03/2003 17:35:46
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00761834
Message ID:
00761839
Vues:
37
>I am using the following to find the string in (thisform.caption)
>
>
>if instr(1,thisform.caption,"abc") <> 0 then
>
>endif
>
>In foxpro it is not recognising the instr.
>
>Could you please tell me what to use here.
>
>Thank you.

IF ATC("abc",thisform.caption)<>0

If case is significant, just use the AT() function instead of ATC().
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform