 |

Break a string into parts with a delimiter

Author:
VBCode.com
Download:
Break a string into parts with a delimiter
Target User:
Developer/Architect
Download Now
|
 |
About this Download:
This code will break a string into parts based on a specific delimiter. It includes four functions.
- The first, which is not the author's code, is FindRepl for finding and replacing a specific pattern in a string with another pattern.
- The second function is GetLimit, which essentially gets the amount of delimiters in a string.
- The third function is ParseWrd, which parses a 'word' -- that is, the string between the delimiters -- out of a string.
- The fourth sub-routine is RetrBits which essentially yields all the relevant data based on the string parsing process to another function.
Download: To obtain this download, go to:
http://www.vbcode.com/Asp/show...
|
 |

|
 |