mIRC Home    About    Download    Register    News    Help

Print Thread
#33362 01/07/03 03:00 PM
Joined: Mar 2003
Posts: 27
doglem Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Mar 2003
Posts: 27
I was trying to copy text from a dialog and i found that i could use /clipboard -a blah. When i try copying more than one line it copies but it copies like "LineLine2" and i was wondering if i could get it to copy it to the clipboard as "Line (return) Line2"
ty laugh


Mess with the best, Die like the rest.
#33363 01/07/03 03:31 PM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
Use $crlf to start a new line, for example:
Code:
//clipboard -a $+($crlf,A new line,$crlf,Next line,$crlf,Another line)


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
#33364 01/07/03 03:43 PM
Joined: Mar 2003
Posts: 27
doglem Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Mar 2003
Posts: 27
Preciate it, I knew that there was an identifier that would do it but I didn't know what identifier did. Anyways, thanks. laugh


Mess with the best, Die like the rest.

Link Copied to Clipboard