CodeBase - Parse String Function

Return to the CodeBase listing

Category: Text

Version: 1.0

0
0

Information

Uploaded: 22nd Nov 2003 21:05

Modified: 22nd Nov 2003 21:06

Author:  mintman

Summary

This function will parse a string.

Full Description

This function will parse a string and find the specified entry from the parsed strings.<br /> It needs the string to parse, the delimiter (such as a space, or a comma) and the entry to get (starting at zero).<br /> <br /> Example:<br /> Print ParseString(&quot;Hello, Mello, Jello, Dello&quot;, &quot;,&quot;, 2)<br /> <br /> Output:<br /> Jello

Comments

No comments yet.