Wednesday, July 28, 2010

v9.30.0022 - 2010-07-28 20:12

Note: BETA versions are a work in progress and might contain fresh bugs.
You have been warned.

  • + SC report() enhanced. Added new optional argument "itemlist", where you can state the items that you want a report about.
    Syntax:
      report([template], [onlyselected=0], [header], [footer], _
          [itemlist])
        itemlist: pipe(|)-separated list of items (fullpath).
    Example for a report about a single specific item:
      text report("
        {Name},
        {Size B} bytes,
        {Modified yyyy-mm-dd hh:nn:ss},
        ver {FileVersion}", , , , "E:\XY\XYplorer\XYplorer.exe");