andy pugh wrote: > On 29 January 2012 04:50, Jon Elson <[email protected]> wrote: > > >> If you request both extradac and extradout it gives a specific message for >> that from line 637. >> > > Is the problem that line 642 is an 'else if', so isn't run if any of > the other 'else if's are true? > > ie, else if ( need_extra_dac) is true, so the execution of the 'else > if's stops. > > Right, the other two options are mutually exclusive, so an else if is appropriate. The timestamp is not SUPPOSED to be mutually exclusive, but this code makes it so. Thanks!
Jon ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
