|
-
Nov 22nd, 2023, 10:36 AM
#9
Re: [VB6] How to embed console in a VB6 form
What is the point of using lstrlen API instead of builtin Len function? Does it return different size on far-eastern locales?
Such lstrlen API declare would use ANSI<->Unicode trancoding that VB6 does on ByVal ... As String parameters which should not differ from StrConv(..., vbFromUnicode) but I've not tested this on far-eastern locales.
cheers,
</wqw>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|