ecode-
>> boun...@lists.runrev.com] On Behalf Of Serge Brami
>> Sent: Sunday, July 24, 2011 5:22 AM
>> To: How to use LiveCode
>> Subject: Re: pasting text from revbrowser
>>
>> Thanks
>> platform = Mac OSX snow leopard
>>
>> checkreturns re
se LiveCode
> Subject: Re: pasting text from revbrowser
>
> Thanks
> platform = Mac OSX snow leopard
>
> checkreturns return only Found char 10 a return in rev/unix
>
> but if I replace numtochar(10) with CRLF or numtochar(13) or return it
doesnt
> change anything
Thanks
platform = Mac OSX snow leopard
checkreturns return only Found char 10 a return in rev/unix
but if I replace numtochar(10) with CRLF or numtochar(13) or return it doesnt
change anything ...
Le 23 juil. 2011 à 16:03, Jim Ault a écrit :
> On Jul 23, 2011, at 3:48 AM, Serge Brami wrote
On Jul 23, 2011, at 3:48 AM, Serge Brami wrote:
I try to get the contents of a revbrowser window and paste it
into a livecode field
the web page is a banking chart
first I select manually the text in the revbrowser window
Then I Use revbrowserGet selected put the contents into
myvaria