linglung
linglung
Missing FormatSettings for DecimalSeparator. After added it, not enough parameters `new_obj := TSuperObject.ParseString(data);` ```var new_obj: ISuperObject; begin new_obj := TSuperObject.ParseString(data); writeln('new_obj.AsJson=', new_obj.AsJson(true, false)); new_obj := nil; writeln(#10'press enter ...'); readln;```
Sorry for a noob question, but i don't get any documentations to parse from xml or html source through url fetch? var url ="xxxxxxx"; var xml = UrlFetchApp.fetch(url).getContentText() parser.write(xml);
Custom background is awesome. It just miss something, please add transparent background (no background at all). thank you