Thanks.
Pb with clipBoardData
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
Physiologos
- Posts: 2
- Joined: Fri Aug 30, 2013 10:32 am
Pb with clipBoardData
Hi. I am using the "set the clipBoardData to fld XXX" function in order to copy/paste a code including underlined letters AND letters not underlined (ex.: B7CE
, but the result doesn't take the underlined letters into account (and the code becomes for example B7CE8). Any idea ?
Thanks.
Thanks.
Re: Pb with clipBoardData
Try :
set the clipBoardData ["rtf"] to the rtftext of fld "myfield"
set the clipBoardData ["rtf"] to the rtftext of fld "myfield"
-
Physiologos
- Posts: 2
- Joined: Fri Aug 30, 2013 10:32 am
Re: Pb with clipBoardData
Thank you so much !
Re: Pb with clipBoardData
You can also;
set the clipboardData to the htmlText of yourChunkOfData
Craig Newman
set the clipboardData to the htmlText of yourChunkOfData
Craig Newman
