realbasic-nug
[Top] [All Lists]

Re: Quickest way to build a string?

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Quickest way to build a string?
From: Thomas Tempelmann <tempelmann@gmail.com>
Date: Fri, 30 Jan 2009 00:22:03 +0100
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; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=50p2fVbAiOQ+cNcb1xtFLeJIpReQDULFnlVkJxd+kZE=; b=qbgAREWPo8PSe92Zd0m6Y5GFSy6RmJ1h/AfbRdx+UweEPEs9OY3gQSQOFw35SaGKMD N4ATMuAJPl557mMHFhdtVagSJKiNAX0c8NV/jbx3cKlSWiWGgT0JEZBOuENJZ5MkPjAG CSJd/92bU0pNsS0GRIdcLmyB7XspiT6bR9+xU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XrVqL0i3JkeCOrBYBY7E3mVRfzadgaZVwJbz9etAIxRegraJF7LIbim925GGr4TL6O Z6eaXDoQUirW8hf5v5crSN9WH1qVukci8Lrga5FJiCaglf4/HjPwCe1Bw61SQivx8GgA f9cgsZVFBKz97GHBPfHqQ6+V28Y49U3Mocxzo=
In-reply-to: <498238EF.4010801@cowgar.com>
References: <498238EF.4010801@cowgar.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
RB has no StringBuffer or MutableString like Java or ObjC.

If someone would want to build something alike, and not use a Plugin
(there may be solutions as plugins already, I'm quite sure), you'd
build it on top of MemoryBlocks, which can be resized efficiently.

_______________________________________________
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>