Chuck,
4D Tags will help you compose, but they won’t help you parse. If you get an response from a request, whether XML or JSON, you will start with text. If you use XML, see the XML DOM commands. You would use DOM Parse XML source. You can then use commands in the XML DOM theme to inspect the results. If you get JSON, you can parse the text into an object variable and inspect that with the Objects(Language) commands Tom ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

