!7 p { RemoteDB db = new RemoteDB(#1006463, true); // auto start AI Concepts L l = db.xlist("AIConcept"); print("Found " + n(l, "concepts")); for (RC rc : l) { S id = rc.getString("globalID"); S md5 = rc.getString("imageMD5"); if (empty(md5)) { RC pngFile = cast rc.get("pngFile"); print("pngFile: " + pngFile); } } db.close(); print("Done!"); }