Thanks but my problem is how to apply in the LV. The syntax is:
Private Declare Function CharToOem Lib "user32" Alias "CharToOemA" (ByVal _
lpszSrc As String, ByVal lpszDst As String) As Long
deststring = Space$(Len(sourcestring))
retcode = CharToOem(sourcestring, deststring)
"Zvezdana S." wrote in message
news:506500000005000000279E0000-1027480788000@exchange.ni.com...
> IP,
> For the information on the user32.dll functions, you should write to
> MSDN.
>
> Zvezdana S.
> National Instruments.