> What is the new line character for a TextBox/System::String/Clipboard?
> '\n' seems to copy to ClipBoard a square symbol.
probably \r\n
there is also a constant like Enviroment.NewLine. Don't have the docs
available right now and too lazy to google...
hth
Ioannis Vranos - 04 Sep 2004 18:11 GMT
>> What is the new line character for a TextBox/System::String/Clipboard?
>> '\n' seems to copy to ClipBoard a square symbol.
[quoted text clipped - 3 lines]
> there is also a constant like Enviroment.NewLine. Don't have the docs
> available right now and too lazy to google...
Yes I checked it and "\r\n" seems to work. Thanks for the tip.
Best regards,
Ioannis Vranos