I have three "memo" database fields delimited by commas:

1. FirstName (eg: John,Michael,James)
2. MiddleName (eg: Pat,Tony,Peter)
3. LastName (eg: Smith,Affleck,Cousins)

So the three names should come out as:

John Pat Smith
Michael Tony Affleck
James Peter Cousins

How can I extract these and wrap them up into a single variable? (so I can
insert each name into a form as a seperate record).

Thanks!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to