We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all,
This may not be possible but i get a feeling there must be a way....
So i am extracting an object from a JSON using processing and its all fine when i manually select the array element from which to extract the object, thats the easy part right...
What i would like to do is for processing to trawl through the elements within an Array and then if it matches a set object in that array with a previously defined object from another array (eg: object id =1 and object id = 1) it should then get a particular defined object from that element.
Does that make sense? Basically picking out a particular object from the array based on pre defined circumstances.
Any help would be greatly appreciated. Cheers
Answers
Looks like i have managed to bodge something together, a day of headaches has been worth it :)