COM - Currency
Matt Singer
mrsinger at usa.net
Fri Dec 20 12:13:13 EST 2002
I understand:
"A currency number stored as an 8-byte, two's complement
integer, scaled by 10,000 to give a fixed-point number with 15 digits
to
the left of the decimal point and 4 digits to the right. This
representation provides a range of 922337203685477.5807 to
-922337203685477.5808"
And that for example if you read $3.50, you will get (0, 35000).
Now, when adding a record, what is the syntax for setting a field that
is of type currency?
Thanks
Matt Singer
More information about the Python-list
mailing list