Coldfusion, HowTo Convert a String to an Array?
Posted
by nobosh
on Stack Overflow
See other posts from Stack Overflow
or by nobosh
Published on 2010-05-20T05:21:29Z
Indexed on
2010/05/20
6:20 UTC
Read the original article
Hit count: 379
Given the following string in Coldfusion:
ul[0][id]=main1 &ul[0][children][0][id]=child2 &ul[0][children][0][class]= &ul[1][id]=main3 &ul[2][id]=main4 &ul[3][id]=main5
How can I create an array with the info above?
Thanks
© Stack Overflow or respective owner