Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recursively parse out specific text pattern

Status
Not open for further replies.

wbodger

Programmer
Apr 23, 2007
769
US
If I have a field with values such as:

Code:
S/M BOX WITH WO# 00287460
S/M BOX WITH WO# 00287460,00341658,00358941
S/M BOX WITH WO# 00287460,00369852
I want to pull each of those work orders out individually, but I do not know how many there may be in each record. So, how would you walk through that field and pull out each 8 digit work order? They will be comma separated and they will always be 8 digits with the first two being 00 for the foreseeable future.

Thanks,
Willie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top