> Benoît Minisini a écrit : > >> Fabien Bodard a écrit : > >>> you have Laurux at http://laurux.fr/ > >>> > >>> but the code is not perfect has it was on the start a code learning > >>> programme.. but at the end it's a true accounting program... in french > >>> (Gb2) > >> > >> BTW, do you plan to have an equivalent of postgresql or python > >> decimal(n,n) into GB3? > >> It would be *very* interesting (otherwise you have to filter every line > >> through Format$) > >> > >> JY > > > > You mean a fixed-point decimal datatype? Or a currency datatype? > > A fixed-point decimal > > > It cannot be done in Gambas 3. So, in Gambas 4 ? > > Hu? > That's too bad because it is needed to ease accounting purposes. >
Why not storing currencies in cents, or fraction of cents, with a Long datatype? -- Benoît Minisini ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
