|
[Date Index]
[Thread Index]
[Author Index]
CopyToClipboard problem
- To: mathgroup at smc.vnet.net
- Subject: [mg122187] CopyToClipboard problem
- From: leni536 <leni536 at gmail.com>
- Date: Wed, 19 Oct 2011 05:35:51 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hello,
When I use CopyToClipboard on a string with linebreaks, it doesn't
work perfectly:
In[1]=CopyToClipboard["bla\nbla"]; Paste[]
bla\012bla
In[2]=CopyToClipboard["asd\rsasd"]; Paste[]
bla\015bla
It's Important for me, because I generate strings with lot's of
linebreaks, so I don't want to do anything with the strings manually.
I have Windows 7 operating system.
Thanks
Leni536
Prev by Date:
Does CUDAImageConvolve work on lists?
Next by Date:
HDF4 Vdata import
Previous by thread:
Does CUDAImageConvolve work on lists?
Next by thread:
HDF4 Vdata import
|