how to do strconv?

Windows specific questions.
Post Reply
oyster
Posts: 274
Joined: Oct 11, 2005 10:46

how to do strconv?

Post by oyster »

in a vb GUI library wrapping around on a DLL, the following code is used to treate all text

Code: Select all

Private Function L(data As String) As String
     L = StrConv(data, vbUnicode)
End Function
I mimiced the vb version in fb. Even pure english string are passed to the button function, the button is shown but with strange characters on it. So is there strconv or L"string" in fb?

thanks
Post Reply