Good old BASIC had a nice feature:

Print "Hello ";
Print "there!"

Would print "Hello there!" with no linefeed at the end of the first line because of that semicolon. Is there similar feature in mIRC scripts? So far I haven't found a way to do this.

I have script that (on certain channel) displays all users who are here (i.e. not /away). I use loop to collect nicks to certain %variable (nick1 nick2 nick3 nick4 ...). Problems occur when that %variable comes too large (940 bytes or something?) i.e. there are about 150 or more users on the channel. It would be really nice to /echo just one nick at the time with that semicolon thing similar to BASIC. Such feature would be handy in many occasions. Please tell me it's there but I've just missed it. smile