Le 31 janvier 2012 10:13, Romaric Petion <[email protected]> a écrit : > Hi,
Hi! > I try to use the ‘flush’ parameter into the ‘output.external’ function, and > LS does not accept my value: > > > > flush (int – defaults to false): Perform a flush after each write. > > > > I tried integer, and Boolean. Yes, this is a bug. The parameter is wrongly declared with type int while a boolean is expected. Just fixed this in our HG repository, but I'm afraid that you will have to recompile to use it.. Romain ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! 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-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
