mIRC Home    About    Download    Register    News    Help

Print Thread
#213970 12/07/09 10:21 PM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
dialog n {
title "New Project"
size -1 -1 213 220
option dbu
button "&add", 1, 152 17 49 12
edit "", 2, 5 13 145 181, multi return
check "Check Box", 3, 154 36 50 10
check "Check Box", 4, 154 50 50 10
}

on 1:dialog:n:sclick:3: {
.did -a $dname 2 [code][hide] ---> how can i put a ctrl 13?
}

i made this, and i want put some tab or enter in did, any help thnx

thnx so much



Joined: Jul 2006
Posts: 4,153
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,153
use either $chr(13) or $cr ($chr(10) is $lf and there's alse $crlf) and $chr(9) for a tab


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #213972 12/07/09 10:43 PM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
thnx for the fast responding


Link Copied to Clipboard