12345678910111213 |
- //
- // Example code - use without restriction.
- //
- IMPORT $;
- IMPORT Std;
- /* Run the macro first, then toggle the comments (use Ctrl+A, Ctrl+Q) and run the OUTPUTs*/
- $.DeclareData.MAC_ListSFsubfiles($.DeclareData.AllPeople);
- // OUTPUT(Std.File.SuperFileContents($.DeclareData.AllPeople));
- // OUTPUT(Std.File.SuperFileContents($.DeclareData.AllPeople,TRUE));
|