I have a script that uses echo/msg to display lines from a file. Some lines contain items that mIRC tries to evaluate as identifiers, but I don't want it to do that. Using
Code:
$eval($read(filename.txt,t,%line),1)
still evaluates the contents for some reason (and not just the $read). How can I return the untouched line from the file?

Last edited by Criptych; 16/06/07 01:49 PM.