Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
If field contains @
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00903039
Message ID:
00903049
Vues:
23
>>Please check if the above adaption is correct:
>>
>>If "@" .and. "." $ fieldname
>> MessageBox("Valid e-mail")
>>Else
>> MessageBox("Not valid e-mail")
>>Endif
>
>You've got it!

Nope, it's invalid syntax. The valid expression is
If "@" $ fieldname .and. "."  $ fieldname
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform