SuperFile7.ecl 364 B

12345678910111213
  1. //
  2. // Example code - use without restriction.
  3. //
  4. IMPORT $;
  5. IMPORT Std;
  6. /* Run the macro first, then toggle the comments (use Ctrl+A, Ctrl+Q) and run the OUTPUTs*/
  7. $.DeclareData.MAC_ListSFsubfiles($.DeclareData.AllPeople);
  8. // OUTPUT(Std.File.SuperFileContents($.DeclareData.AllPeople));
  9. // OUTPUT(Std.File.SuperFileContents($.DeclareData.AllPeople,TRUE));