Claude Mourier 00 wrote:
Marcel gives already the right (and only ?) answer : always use integer representation for number then convert them with IDEC$/FDEC$. Sad method as this slow down a lot the process.
Claude
Sorry for the delay, but I couldn't reply earlier; UPC (cable company) was down yesterday afternoon and evening.
Fdec$ is limited to 9 digits, that means that you can't even display the annual (2002) of the EC for Education( for example).
educ=776400000 :rem euros= 2 decimals officeal way of displaying values in Euros
print fdec$(educ,12,2): rem this returns a series of *
Thanks for your help. Fran�ois Van Emelen
