| To: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
|---|---|
| Subject: | Quickest way to build a string? |
| From: | Jeremy Cowgar <jeremy@cowgar.com> |
| Date: | Thu, 29 Jan 2009 18:17:03 -0500 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com |
| Delivered-to: | listarchive@realsoftware.com |
| Reply-to: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
| Sender: | realbasic-nug-bounces@lists.realsoftware.com |
| User-agent: | Thunderbird 2.0.0.19 (Windows/20081209) |
What is the quickest/best way to build a string? For instance: myString = "John Doe" myString = myString + " had " myString = myString + " a " myString = myString + " dog. "is probably not the best way. Is there a class out there that deals with a buffer and expands the buffer when necessary? myBuf.Append "John Doe" myBuf.Append " had " .... etc ... Jeremy _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Keychain process, Tim Jones |
|---|---|
| Next by Date: | Re: Quickest way to build a string?, Thomas Tempelmann |
| Previous by Thread: | RB Generated Application Info.plist causes log errors on Tiger and Leopard, Tim Jones |
| Next by Thread: | Re: Quickest way to build a string?, Thomas Tempelmann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |