|
-
Oct 4th, 2007, 08:00 PM
#4
Re: [RESOLVED] [2005] Get The text of a line RTB
Just note that you want to avoid using the Lines property repeatedly if you can. Each time you access the Lines property it returns a new string array, so if you intend to use it more than once in quick succession you should only access the property once and assign its value to a local variable. You then use that variable repeatedly and thus only one string array is created. You only need to access the property value again if there's a chance that the Text has changed in between.
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
|