mIRC Homepage
Posted By: HaleyJ why dosent this work - 23/10/06 04:31 PM
Greetings
Why does this not work

Code:
 var %t = file | echo -a $read(%t.txt)  


i have a file called file.txt. It just does not work with vars for some reason frown
Posted By: hixxy Re: why dosent this work - 23/10/06 04:32 PM
You need to use the concatenation operator to add text to variables and identifiers:

Code:
 var %t = file | echo -a $read(%t [color:red]$+[/color] .txt) 
Posted By: HaleyJ Re: why dosent this work - 23/10/06 05:17 PM
I had just realized and was hoping noone had replied yet blush
very stupid of me.
Thanks alot
© mIRC Discussion Forums