Re: [Gambas-user] Two small(ish) errors in Format$

2012-06-28 Thread Benoît Minisini
Le 27/06/2012 06:54, Bruce a écrit : > a) AM/PM indicator is in the wrong position > Print Format(Now(), "h:nAM/PM") --> 2:PM18 > Print Format(Now(), "h:n:sAM/PM") --> 2:18:PM0 > Fixed in revision #4870. > b) Currency abbrev ($$) > In the help, it says: > > PRINT Format$(-1972.06, "($$

[Gambas-user] Two small(ish) errors in Format$

2012-06-26 Thread Bruce
a) AM/PM indicator is in the wrong position Print Format(Now(), "h:nAM/PM") --> 2:PM18 Print Format(Now(), "h:n:sAM/PM") --> 2:18:PM0 b) Currency abbrev ($$) In the help, it says: PRINT Format$(-1972.06, "($$,#.###)") (USD 1,972.06) Note the space after USD. However, when I ru