Hi Eike, Thanks for your answers.
Before looking into the answer about LCID and codepage, I would like to tell you about a small achievement. I have preliminarily implemented the following OpenOffice.org Basic functions for users who want to migrate from Excel VBA to OpenOffice.org: - StrConv - LenB - MidB - RightB - LeftB The implementation of mine differs from the one done in the issue 85036 which uses an array of Bytes while the one of mine uses ByteString for the texts converted with StrConv( string, FromUnicode ). Furthermore, other related functions - LenB, MidB, RightB, and LeftB - are implemented with template<class T> where T will be assigned with String and ByteString. Additionally, ImpGetByteString() beside ImpGetString() in basic/source/sbx has been added. So calculations such as concatenation and comparison are also supported. Are you or someone else interested in it? If so, how shall I proceed? I am looking into your comments on the LCID and codepage. Regards, Tora --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
