
March 4th, 2004, 08:08 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Parsing text in CF
Hi all. CF newbie, old school programming skills.
I know this ain't perl, but is there a "parse" command, wherein I can simply give an input string, the delimiter, maybe some other parameters, and have it dump the output into an array? for instance: Parse the line "Joe Bob's Fishin' Supply, Inc.", with space as delimiter, and the results will go into an array where array[1]="Joe", array[2]="Bob's", etc.
Or must I meticulously use string manipulation code to do it?
Thankx All!
Schmeckendeugler
|