Re: Decimal separator and 4GL_NUMERIC
Alessandro Vercelli <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Forgot to say that removing A4GL_ALLOWCOMMAINDECIMAL=Y does not have effect, as you said. Thanks, Alessandro ---- On Fri, 18 Dec 2015 13:21:25 +0100 <[email protected]> wrote ---- > I checked enviroment again and some new tests showed a possible little bug and its workaround: > > [.....] > > $ aubit-config A4GL_NUMERIC > ,. > > $ export A4GL_NUMERIC=,. > > $ env|grep A4GL_NUMERIC > A4GL_NUMERIC=,. > > $ ./formtest.4ae > > > Input is 66656 > > xxxxxxxxxxxxxxxxxxx > Test 66656,00 > xxxxxxxxxxxxxxxxxxx > > > The workaround is that exporting the variable it works. > > Thanks, > Alessandro > > ------------------------------------------------------------------------------