Re: PowerPro 5.3.35q and 5.3.37g
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
I wrote a small test program echomsg.exe to receive sendcopydatauni and it works for for me. The test program is in echomsg.zip in the files area main folder. Unzip and run and it will display unicode strings send as the data portion of sendcopydatauni.
In my tests, I put
hfghsdfhכיגכיעכיחעכ ψεγγ
on the clipboard, confirmed it worked with win.debug(clip.get), then used
win.sendcopydatauni("=echomsg",1,clip.get)
which displayed the expected clipboad text.
(BTW, it appears the 5th argument stuff does not work for now.)