> Both of these methods do the same thing, but in different ways. Would you > say one of these is more efficient? And if so, why?
They could be combined into one method, and for extra flexibility, if it was called NextToken(), you could optionally specify what character represented the separator between tokens - thus, you could easily split, say, a comma-separated string instead. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
