Yves,

There has got to be a more graceful method, but this works for me...

  put thePath/to/theFile into tPath
  put URL("file:"&tPath) into fld "theTx"
  select the text of fld "theTx"
  doMenu "Copy"

Roger Eller
[EMAIL PROTECTED]

> Hi,
>
> I've a text file and want to place the text in the clipboard
>
> put thePath/to/theFile into tPath
> put URL("file:"&tPath) into theTx
>
> how can I place the text of theTx in the clipboard... ?
>
> (the goal is to paste it later in another software)
>
> Thanks.
> --
> Greetings.
>
> Yves COPPE



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to