topbarfade

PPWIZARD > Version History



Version History

PPWIZARD

This shows you how often PPWIZARD was updated with us over the past few months. Whenever available, we also include additional information for each update (new features, changes etc.).

version 08.298 - posted on Oct 24, 2008

  • No further details available

version 08.071 - posted on Mar 11, 2008

  • No further details available

version 06.278 - posted on Oct 05, 2006

  • No further details available

version 06.154 - posted on Jun 05, 2006

  • No further details available

version 06.109 - posted on Apr 20, 2006

  • No further details available

version 05.115 - posted on Apr 26, 2005

  • No further details available

version 05.013 - posted on Jan 13, 2005

  • No further details available

version 04.332 - posted on Nov 17, 2004

  • No further details available

version 04.251 - posted on Sep 08, 2004

  • No further details available

version 04.212 - posted on Aug 02, 2004

  • No further details available

version 04.106 - posted on Apr 15, 2004

  • No further details available

version 04.051 - posted on Feb 21, 2004

  • No further details available

version 04.026 - posted on Jan 30, 2004

  • No further details available

version 03.220 - posted on Aug 08, 2003

  • No further details available

version 03.147 - posted on May 28, 2003

  • No further details available

version 03.103 - posted on Apr 13, 2003

  • Make PPWIZARD more XHTML friendy by default. The #import command and some other situations now generate lower case tags and attributes.
    You may need to modify your source, see following issues:
    Modified the GetImageHeightWidth() routine. You should only need to make changes if you were parsing the return value. The routine` s 4th parameter has been modified to hopefully make parsing obsolete but for the simplest code change you can pass the result through the rexx translate() routine to convert the result to upper case.

version 03.089 - posted on Mar 31, 2003

  • Modified the #data command so that the column number is optional.
    New DataInfo() routine.

version 03.059 - posted on Feb 28, 2003

  • Fixed an error reporting bug in the FileNameRelative() routine.
    Defined a range of user colors (all starting with `?`) which is not used by PPWIZARD but allows you to configure and use any colors of your own.
    Fixed some default color configuration errors.

version 03.024 - posted on Jan 24, 2003

  • XEC` option on #OnExit (probably broke in v01.112).
    The /COPY and /CLONE switches should now work correctly when /TEMPLATE is also specified.
    Fixed ArraySplit() so that if a string ends with the delimiter then now treat this as an extra empty field.
    Improved `#PUSH and #POP macros to make them easier to use for simple nesting validation.
    New macro facility (How many parameters were passed?).
    New Quoted() routine.
    You can now specify the default separator for the #( command.
    Minor change to the /BuildTitle switch.