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>