mIRC Homepage
Posted By: Dylan666 How to name a window using a variable - 11/05/09 07:32 PM
Is it possible to name a window using a a variable?
I mean something like this:

Code:
/window -emg[1]k[0] @$nick


In that way it desn't work... does it exist another way?

Thanks in advance
Posted By: 5618 Re: How to name a window using a variable - 11/05/09 07:39 PM
@ $+ $nick
Posted By: westor Re: How to name a window using a variable - 11/05/09 07:42 PM
try using this :

Code:
/window -emg[1]k[0] @ $+ $nick
Posted By: Dylan666 Re: How to name a window using a variable - 12/05/09 06:43 AM
Thanks!!!
Posted By: argv0 Re: How to name a window using a variable - 12/05/09 07:41 AM
note that the syntax for switches is -emg1k0, not -emg[1]k[0]. "[]" in command listings always means "optional", not the literal brackets ([])
© mIRC Discussion Forums