|
-
January 2nd, 2003, 06:53 PM
#1
easy newbie question
I am working with a rich text box and I want to append a line at a time. How do you specify that you want a line break (the equivalent of /N in C)
Thanks
-
January 2nd, 2003, 08:48 PM
#2
Usually chr$(13) and/or chr$(10) as these refer to the CR and LF characters.
Hope this helps...
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
January 3rd, 2003, 04:54 AM
#3
There are specific spaces for this in .NET also, so you can also use them. Something like....
ControlChars.CrLf
/Leyan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|