OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: aoxiangzcr on August 25, 2009, 04:03:48 AM

Title: About TextBox
Post by: aoxiangzcr on August 25, 2009, 04:03:48 AM
In my program,I have to input multiline string to the textbox when initializing the form.But I don't know how to input "Enter" to start newline.Is there any escape-character to do this?Would anyone help me?
Title: Re: About TextBox
Post by: owenwengerd on August 25, 2009, 04:50:06 AM
Use "\r\n" for carriage return/line feed.
Title: Re: About TextBox
Post by: aoxiangzcr on August 25, 2009, 07:01:14 AM
Thank you,Owen,I got it.