LB, I'm trying your beta json object.
I have a json string like this :
Code:
{
"elem1": [
{
"uid": "1",
"id": "1"
}
],
"elem2": [
{
"uid": "2",
"id": "2"
}
]
....
The thing is I need in a loop to get every stringvalue$ of an object -
If have correctly understood (I don't know how to do this differently), in order to get return each stringvalue$, I have to do this :
Code:
Go to Root
Enter Object named ("elem"+loopindex)
Enter Array index (0)
Enter Object name("uid")
Go to Root
Enter Object named ("elem"+loopindex)
Enter Array index (0)
Enter Object name("id")
....
I'm just wondering why have I to set each time Go to Root, Enter Object named and array index....???
Because I'm just finally stucked since I'm blocked with the 127 limit actions because of these repeated lines of action...
Did I do something wrong ? or is just how your plugin working ? If so, do you think you can do something about this ?
Hopefully my english is clear, it's the end of my working day!
Thanks for your time!