Code:
alias test {
; this sets a variable %blah in mIRC
 $dllcall(blah.dll, 0, function1, 0)

 if (%blah) { echo -a YES var exists }
}


it dllcall DOES set the %blah variable in mIRC, but it doesnt echo the 2nd line..

its like it only executes the first line in the alias and stops :S

Last edited by pouncer; 20/04/06 07:21 PM.