Re: [ql-users] Enhanced Pop

2005-12-27 Thread Claude Mourier 00
As far as I remeber, FDEC$() and IDEC$() can do that (up to nine digits, the limit of internal coding on QDOS and SMSQ) -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de François Van Emelen Envoyé : lundi 26 décembre 2005 21:58 À : [EMAIL PROTECTED] Objet :

Re: [ql-users] Enhanced Pop

2005-12-27 Thread George Gwilt
|Still hoping someone will write a routine to print/display |large |and very small numeric values in a readable way; I can read |'9,876,543,210.00' but not 9.87653954E9 :( The FPU on a Q40 can produce numbers up to about 24 significant digits in BCD format. I used that to print FP numbers of

Re: [ql-users] Enhanced Pop

2005-12-27 Thread Derek Stewart
Simon Goodwin did something in the DIY Toolkit. Or just write an assmbler routine to do 32 bit numbers. Derek Claude Mourier 00 wrote: As far as I remeber, FDEC$() and IDEC$() can do that (up to nine digits, the limit of internal coding on QDOS and SMSQ) -Message d'origine- De :

Re: [ql-users] Enhanced Pop

2005-12-27 Thread François Van Emelen
Claude Mourier 00 schreef: As far as I remeber, FDEC$() and IDEC$() can do that (up to nine digits, the limit of internal coding on QDOS and SMSQ) SNIP Yes, I know, but that's the problem. consider the following: euro=1599.99 rem euros have to be displayed officially with 2 decimals rem

Re: [ql-users] Enhanced Pop

2005-12-27 Thread Claude Mourier 00
Try this instead : 130 euro = '16' 140 PRINT IDEC$(euro,11,2) And calculation is more accurate to. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de François Van Emelen Envoyé : mardi 27 décembre 2005 13:31 À : [EMAIL PROTECTED] Objet : Re:

Re: [ql-users] Enhanced Pop

2005-12-27 Thread François Van Emelen
Claude Mourier 00 schreef: Try this instead : 130 euro = '16' 140 PRINT IDEC$(euro,11,2) And calculation is more accurate to. SNIP Thanks, François Van Emelen ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm

[ql-users] www.kilgus.net news

2005-12-27 Thread Marcel Kilgus
QPCPrint: http://www.kilgus.net/qpcprint/downloads.html More than halve a year after the first release, QPCPrint v1.01 is now ready for download. Yes, v1.00 was already so good that a new release was not needed so far ;-) The main difference is that it supports landscape printing. Registered