| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Mardi 2 Février 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mercredi 3 Février 2010 | Par | Support France |
| Thème | Administration des entités, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | CHECKMOD.CheckEmail |
| Prototype |
| Function CheckEmail (email As String) As Integer |
| Usage | |||
| Administration-des-entites.CheckEmail(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function CheckEmail (email As String) As Integer |
Function CheckEmail (email As String) As Integer
Dim ret%
CheckEmail = True
ret = InStr(1, email, "@")
If ret = 0 Then
CheckEmail = False
Exit Function
End If
ret = InStr(ret, email, ".")
If ret = 0 Then
CheckEmail = False
Exit Function
End If
End Function
|
| Références XAS.Technology |
| InStr , |
| Audience |
| Cette documentation est destinée aux personnes s'intéressant aux systèmes d'information collaboratifs. Les Webservices, les architectures collabortives et distribuées, les moteurs transactionnelles et les concepts de programmation orientés objet. |
| XAS Services - Zaïr BEZGHICHE - Copyright 1991-2011 tous droits réservés- Powered by XAS.Technology |