mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 237
X
xrn0id Offline OP
Fjord artisan
OP Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
Hello, I have this dialog:

dialog new_table {
title "Auto-Join Channel Script"
size -1 -1 148 72
option dbu
combo 1, 2 3 60 50, size
button "Add", 2, 2 53 29 9, ok
button "Remove", 3, 33 53 29 9, ok
link "Created By: [email]xrn0id@yahoo.com"[/email], 4, 2 64 76 8
text "Script Version: 1.0", 5, 66 18 66 8
text "Created By: Xrn0id", 6, 65 3 51 8
text "Description: This script was created so you can configure the cannels you auto join on startup.", 7, 66 32 81 21
button "on", 8, 112 54 17 7
button "off", 9, 129 54 17 7
edit "Status", 10, 112 62 34 10, disable
}

and i want to know how I can put a % value in this edit box:

edit "Status", 10, 112 62 34 10, disable

would it be
edit " $+ %test $+", 10, 112 62 34 10, diable



;Check for Life

if (%life == $null) {
goto getlife
}
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
edit %test, 10, 112 62 34 10, disable


Link Copied to Clipboard