Have you tried the following...
msgbox "[" + convertEncoding(theString,encodings.WindowsANSI) + "]"
and
c.text = convertEncoding(theString,encodings.WindowsANSI)
neither have I so the code might not work, but hopefully it will help.
On Nov 30, 2007, at 4:16 PM, realbasic-nug-
request at lists dot realsoftware dot com wrote:
> Just tested my app on a Windows 98 install and all seems to work
> perfectly apart from the clipboard routine which returns strange
> things - even with plain text. Also, MsgBox sometimes doesn't work
> properly - returning only partial content. For example, if I put...
>
> MsgBox "[" + theString + "]"
>
> the last bracket will be missing along with part of the text - which
> makes debugging the problem a pain.
Mahalo & Aloha,
Sam Rowlands
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|