Hi All,
I’m trying to fetch the json data and display it in message box as shown below
But I’m getting error.
Please help me with this
Thanks in advance:-)
Hi All,
I’m trying to fetch the json data and display it in message box as shown below
But I’m getting error.
Please help me with this
Thanks in advance:-)
And also keep a space betwwen the expression else your message box will be a mess will all the values in same line @Vaishnav_Tej
+" "+
Can you elaborate.
I have added that inside { }
Yes they are separate by comma
In your snap i see like
One string, another, another right?
You need to pass it between {}
{One string, another, another}
@Vaishnav_Tej
REgards
Sudharsan
Yes i forgot to add {} but now I’ve added {} and separated by comma. but error is occuring
give a try at
new Object(){JsonObject("results")(0)......, nexVar, .... lastVar}
getting error as “Object strict on disallows late binding”
let us know the datatype of JsonObject and please share the statement. thanks
set to JObject
Thank you both . All issue resolved
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.