mIRC Home    About    Download    Register    News    Help

Print Thread
#65123 24/12/03 08:56 AM
Joined: Jan 2003
Posts: 109
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Jan 2003
Posts: 109
Hi

I'm trying to make a script that would create a @window whose name is the text of a variable, but to no avail so far...

So for example the variable is: %var testmessage
a window called @testmessage would be created. The thing is that the word in the variable would be different each time...

Any ideas would be appreciated!
smile

T
thinlan
thinlan
T
/window @ [ $+ [ %var ] ]
will open a window called what ever is in %var.......

Joined: Jan 2003
Posts: 109
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Jan 2003
Posts: 109
hey thats great - works very well!

thanks alot thinlan wink

T
thinlan
thinlan
T
anytime smile

Joined: Jan 2003
Posts: 2,125
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,125
You don't need the evaluation brackets here. /window @ $+ %variable works just as well.


Link Copied to Clipboard