I am posting through a new thread as my first was probably confusing.
@Ashley , this is what i have not been able to figure out.
PROBLEM TO SOLVE:
Inside of C2, how does one work with individual values of a JSON encoded array which was made from an AJAX response?
FILES:
Here is the URL to view how C2 displays the JSON encoded array:
LINK
Here is the PHP that C2 loads:
PHP
And here is the .CAPX file to manipulate. (Open with the latest beta release.)
.CAPX
So, for example; What if i wanted to split or only display the second value "ORANGE"? How would i do this?
Thank you in advanced for the help!