Answered
Multiple Chr. Delimiters
Is there a way to use multiple characters as a delimiter? For
instance:
<cfloop index="i" list="1 : 2 : 3 : 4" delimiters=" : "></cfloop>
If not -- how would you do this. We have data comming from a third party and it has some inconsistent data. If we can use multiple delimiters then it will solve the problem.
<cfloop index="i" list="1 : 2 : 3 : 4" delimiters=" : "></cfloop>
If not -- how would you do this. We have data comming from a third party and it has some inconsistent data. If we can use multiple delimiters then it will solve the problem.