Currency Type

The Currency type is 64-bit integer that is interpreted with its last four digits as decimals. This is more efficient than BCD representations of numbers. This data type is defined in COM and Visual BASIC.

Range

-922337203685477.5808 to 922337203685477.5807 (-922,337,203,685,477.5808 to 922,337,203,685,477.5807)

Note

For more information, refer to Declaring Variables and the Currency command.