On Monday, Sep 22, 2003, at 11:34 US/Pacific, Les Mizzell wrote: > How can I break this string apart: > > Target Present|Yes|Unit Replaced|Yes|Unit Replaced|No|Comment|Wet > > So I get: > > Target Present: Yes > Unit Replaced: No > Comment: Wet
REreplace(PDWBD.DynamicQuestions & '|','([^\|]*)\|([^\|]*)\|','\1: \2<br>','ALL') Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137980 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

