Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange character in string
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00568674
Message ID:
00568768
Views:
15
>When I used the Asc() function, I got a return of 0.
>When I used the StrConv(string, vbFromUnicode) function, it returned "".
>
>What would this mean, if anything?
>Ryan

If I am not mistaken the StrConv() is saying that it is not a unicode string, and if the Asc() function is correct it means that the first character of the string is a Null.

Indeed a strange situation, I don't know if it's related to the capabilities of the database. If it looks like a US address or at least an address in English, you might want to remove that if you can use Mid() on it. Is it just one address or are there more like this?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform