How do I compare a general value with a newline 'character'? Like... If I want to check if a string contains a newline?
I've tried with Newline$, and with those two squares that MMF treats as newlines. I've even tried creating a string, and setting its alterable string to Newline$ and then comparing the string with the expression, but still it doesn't work.
I think you can also use the ascii object or similar to parse through your text and find the newline character via it's ascii number. I'm not 100% sure if that will work. Goodluck.
Brandon Cassata: Yes I KNOW that. I was asking about how I compare a newline with a general value. Like comparing a string with a newline using 'compare two general values' under 'special conditions'. It doesn't work. Try it.