Ah, I see. Can't you use a signal string, for example prepend \n or something rare in front of every string, and check if that is escaped or not? I might be way off here, but just a thought.
Sure, there's a function to do it. But if you do it too much you get double backslashes, and it depends on whether the data comes from the form, or the database, or some combination of the two. Believe me, I've gone grey trying to do it.
Yeah I tried using \n which is python's normal line break and \r, \rn, and \nr just to be sure. All it does is give me a little box but keeps it all on the same line.
MySQL needs quotes to be escaped with backslashes and if you aren't careful you either get too many or too few. It is a nightmare. It is because PHP adds the backslashes for you, if the data comes from a web form, but if it doesn't then you need to do it yourself.
No, you have to add the linebreaks manually using \n (like in the examples).
Well... as the examples should be (these are the examples in the list of inbuilt script functions).
Nick, the examples in the scipt functions dont have the slashes in them.
When I use SendToNotepad or AppendToNotepad I can't seem to get it to linebreak. Am I supposed to set what's used for linebreaks somewhere? Or is it supposed to do as the examples? Because they don't work. I use Python as my scripting language.
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.