Question : Maintaining line breaks

I have a multi-line input text box in a flash file that gets posted to an asp page.
In the asp page, I have:
mm_val_details = request.form("varDetails")

How can I maintain the line breaks from the original flash text field?

Answer : Maintaining line breaks

VB? Like this:

mm_val_details = replace(mm_val_details, "%22", Chr(34))
Random Solutions  
 
programming4us programming4us