I have some issues with the edittext of maxscript and string escaping. First, I want to escape the string written in an edittext (accents and simple quotes). The purpose is to feed this string to a mysql query.
Then I’d like to limit the number of characters per line in the edittext, force line breaks when the visual width is reached.
Are those things possible in a simple way ? I do not want to parse all the charcaters in the string and insert line breaks or espace the special characters manually.
Thnaks for any help