CodeBase - Comma separated values function

Return to the CodeBase listing

Category: Text

Version: 1.2

0
0

Information

Uploaded: 28th Sep 2006 18:28

Modified: 27th Dec 2006 07:33

Author:  Code Dragon

Summary

Finds each individual value in a comma separated values string.

Full Description

To use it, call read_comma_separated_values$() with a string.<br /> Then call it again in a loop with a null string and it will return each value one at a time. When there's no more values left, it returns &quot;END OF STRING&quot;<br />

Comments

No comments yet.