mIRC Home    About    Download    Register    News    Help

Print Thread
#74006 06/03/04 09:11 AM
S
ST3V3
ST3V3
S
Say i made an @window using "/window -l @test" and then created a variable using "/set %test this is a test", how would i add each word from the variable onto a seperate line in the window @test?

Thanks,

#74007 06/03/04 04:52 PM
T
thecatisold
thecatisold
T
try:

//tokenize 32 %test | aline @test $*

#74008 06/03/04 06:34 PM
S
ST3V3
ST3V3
S
Thanks a lot, it worked grin


Link Copied to Clipboard