Hi Jan

in your script for numeric fld, I've understood that you can change 
the numbers after the decimal with


   put format("%16.3f", tNumber) into tFormatted

if we change .3f with .2f, it gives 2 numbers after decimal.

Now : 2 problems :

1) I'd like the separator of decimal is a comma and not a point.
is it possible ?

2) I' d like a separator for the thousands (a space for example)


so : 123456789 ->  1 234 567,89

can you insert that in your script ?

thanks.

-- 
Greetings.

Yves COPPE

Email : [EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to