On 4/11/07, Everett, Al (NIH/NIGMS) [C] <[EMAIL PROTECTED]> wrote: > You might want to look into the Java string-handling functions. There's > probably something there that will serve and should be plenty fast.
Well, we've come up with things that can do 10,000 iterations in 80 milliseconds, I don't think it'd be necessary to complicate the code to get any faster ;) If this weren't something where I really cared how fast it ran, like if it were a scheduled task, I'd just as likely use the slower method because the code reads easier. I use the java string buffer in places where I need to, but I really doubt this would ever qualify given how quickly it works. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275052 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

