J
Jeff Ledbetter
Guest
I'll try the ABL implementation.
But one doesn't always need an assemblies reference it seems.. for example, this passes syntax check just fine without an assemblies reference: USING System.IO.*. USING System.Net.*. DEFINE VARIABLE req AS System.Net.WebRequest NO-UNDO. DEFINE VARIABLE resp AS System.Net.WebResponse NO-UNDO. DEFINE VARIABLE dataStream AS System.IO.Stream NO-UNDO. DEFINE VARIABLE reader AS System.IO.StreamReader NO-UNDO. DEFINE VARIABLE json AS LONGCHAR NO-UNDO.
Continue reading...

Continue reading...