in reply to Re: Convert string to array - performance challenge
in thread Convert string to array - performance challenge

Hi and thanks - exactly the same performance as using split. But good idea!

  • Comment on Re^2: Convert string to array - performance challenge

Replies are listed 'Best First'.
Re^3: Convert string to array - performance challenge
by BrowserUk (Patriarch) on Apr 07, 2010 at 17:19 UTC

    See my update above.