Formatting Text Inside an HTML area

I build a large string containing the results of several steps internal to a SCRIPT
at end of script I put these results into a textarea … how can I generate a CRLF inside the string I am placing into the field?
I have tried &0xD;
I have tried /n/r
I have tried x’000a
thank you

Hi Brett,

In order to generate CRLF inside string use following format
Testing & VbCrLf & “Amit”

( where in Testing is an string argument which holds some value, “Amit” is a direct string can be replaced with a argument also)

Regards,
Amit

Worked perfectly

TY

Are there anymore tricks like this?

[mailto:assistedge@discoursemail.com]

WC. You can keep asking in context to your use case. GIve me a chance to explore too.