On Mon, Apr 7, 2008 at 6:35 PM, David Coker <[EMAIL PROTECTED]> wrote:

> Now the fun begins in
> trying things out to see what works best for the application. :)
>
> Just for reference, I thing Mark Schonewille had a little AppleScript
moment, I believe the line:

repeat for every word myWord in theData

should have been:

repeat for each word myWord in theData

Also, as far as speed is concerned Mark Smith's solution is significantly
faster.

And lastly, just so you don't get caught out: Mark Schonewille's may not
provide what you're looking for if there are spaces in your data (very
likely) and Mark Smth's won't work if you have an odd number of quotes in
your data, say a dimension 20' 5".

Ah, the joy of data parsing ;-)

HTH
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to