mIRC Homepage
Posted By: nataliad disable multiple lines - 09/11/07 11:14 AM
hello

putting ; at the begining of a line in the remote, it disables this line

how do I disable a whole block?

thanks
Posted By: TropNul Re: disable multiple lines - 09/11/07 12:22 PM
; this is a one-lined comment

/*
This is
a multi-lined comment
*/

smile
Posted By: Bekar Re: disable multiple lines - 09/11/07 09:30 PM
Note: Be aware that the /* and the */ *MUST* be at the beginning of a line to work properly.
Posted By: deegee Re: disable multiple lines - 10/11/07 02:19 AM
Originally Posted By: Bekar
Note: Be aware that the /* and the */ *MUST* be at the beginning of a line to work properly.
As does the semi-colon wink

Additionally, you can use "REM" for single lines
//echo -ag start | rem this is a comment | echo -ag end
© mIRC Discussion Forums