Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange character in string
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00568674
Message ID:
00568779
Vues:
18
I have found two like this so far out of several thousand records.
The data is coming from a datacom database.
I could just remove the character with mid(), but how do I test to see if the first character is bad.
I tried:
If StrConv(Left(address, 1), vbFromUnicode) = ""
and it doesn't seem to work,

I also tried:
If Asc(rsNameData!Loc_Addr_1_Text) = 0
and that does seem to work,
will that be enough of a test?
Ryan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform