-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Yeomans
>Fast string routines exist right now in REALbasic. String routines are fast enough; the problem is the constant creation and destruction of string that happen in REALbasic code. That slows down a program, especially when it made inside tight loops. In other languages with the same problem, where all the strings are static (see Java, i.e.), there always is a class that permit to manipulate strings without the need to continue creation of temporary strings (like the class StringBuilder). -- ~Alberto Paderno _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
