calling an api from a stack?

Bob Sneidar bobsneidar at iotecdigital.com
Fri Jun 15 16:53:42 EDT 2018


Again, this is why I don't like to nest functions. You cannot tell what the function returned without pulling it apart. 

Bob S


> On Jun 15, 2018, at 10:40 , Mike Bonner via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> jsontoarray returns an array, you'll have to dig through the array to find
> where pieces of information reside, but it pretty straightforward after you
> poke around.
> 
> For example.. If you instead do this..
> put jsontoarray(tResult) into tArray
> 
> you have an array variable named tArray.





More information about the use-livecode mailing list