|
-
August 22nd, 2003, 12:40 PM
#1
problem with Edit Text
is there possible to make Edit Control Detect \n as end of line ?
-
August 24th, 2003, 08:20 PM
#2
Do you mean passing a string with "\n" to edit text. Edit text can only accept the "\r\n" combination as end of line marker. Maybe what you can do is to insert "\r" every time you find "\n" before passing it to the edit control.
Hope it will help you
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
|