Message 1 of 4
Ascii Text to Unicode conversion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help???
I have the following visual basic code:
sFileName = "C:\Test Folder\Test.dxf"
sFileName = StrConv(sFileName, vbUnicode)
msgbox (sFileName)
But, when I run it it does not seem to work.
(All I require is the UniCode equivalent)
Has anybody got any suggestions
Many thanks in advance!!!