I read a cookie into flash, but I can't figure out how to parse it correctly. Here is the cookie information.

Cart=a8e4f9192bed56eed91b0e80dba68071[4|3|1|1|4][4|3|1|1|4];

I want to seperate each value between "[" and "]" and store it in a variable. Then keep doing that until there is no more data.

Can anyone show me how to code would look for this?

Thanks guys
Candy