Well, I'm still "new" to all this. But the variable worked for some reason. When I had just msg # $read(file.txt,n) nothing worked. I switched it to

if (%1 == file.txt) {
var %readdonation $read(file.txt,n)
msg # %readdonation
}

and it worked.


Either way, thanks for the help smile
It's working now and I guess that's what matters :P