mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2006
Posts: 546
J
jaytea Offline OP
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Feb 2006
Posts: 546
if you try the following it neither errors nor moves on to the next command:

Code:
//echo * $iif(a $!( $null ),) | echo next command


whereas this provides an error as expected:

Code:
//echo * $iif(a $!( $me ),) | echo next command


in the case of /if, the error is completely overlooked and the following line echoes 'next command':

Code:
//if (a $!( $null )) echo * | echo next command


not a pressing issue, but perplexing nonetheless


"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Confirmed on 6.35 (too tired to try it on the beta versions at this point)


Link Copied to Clipboard