kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
115 stars 28 forks source link

Improve CorString.Split when separator is a single string. #47

Closed kellyethridge closed 4 years ago

kellyethridge commented 4 years ago

The CorString.Split method can handle an array of strings as separators. When a single string is passed in it is treated as a single element array and processed accordingly. A more optimized method should be looked in to for a single string and possibly single element arrays.