Changes between Initial Version and Version 1 of Ticket #9862, comment 9


Ignore:
Timestamp:
Aug 26, 2013, 5:43:38 PM (11 years ago)
Author:
Chris Nelson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9862, comment 9

    initial v1  
    33"Real" tasks always pass all parameters but the sample tasks omit
    44trailing parameters that are null.  The Gantt argument was added last
    5 without care taken to add empty arguments before it with ",,".  This
     5without care taken to add empty arguments before it with `",,"`.  This
    66moves it first because it must always be there.  Then the samples with
    77optional final arguments can be constructed properly.