Quote from
luishp on December 22, 2021, 9:07 pm
@pauljonestindall please take a look at the attached app.
Within the button:
LoadAsyncJSON "https://reqres.in/api/users/2" "parseData"
parseData is a subroutine with just one parameter [data]
In the subroutine (it is important to add a parameter from the bottom right corner in Project > Subroutines):
Consolelog [data]
Thats all! Now you are sure the data is ready.
@pauljonestindall please take a look at the attached app.
Within the button:
LoadAsyncJSON "https://reqres.in/api/users/2" "parseData"
parseData is a subroutine with just one parameter [data]
In the subroutine (it is important to add a parameter from the bottom right corner in Project > Subroutines):
Consolelog [data]
Thats all! Now you are sure the data is ready.
Uploaded files:- You need to login to have access to uploads.