Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field contents
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00503964
Message ID:
00503966
Views:
20
>How can I check whether a field contains "@"

There are several ways - assuming your field is called User_Email
"@" $ user_email
occurs("@", user_email) > 0
at("@", user_email) > 0
will all return .T. if there is a "@" in the field.

Cheers,

Andrew


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Reply
Map
View

Click here to load this message in the networking platform