Adding ASCII characters to strings
Adding ASCII characters to strings
Is there a way to add an ASCII character (e.g. new line = CHR$(10)) to a string? I want to display messages in a multi-line field in a stateless form and I want each element of the message on a new line.