C C CORDON Feb 4, 2005 #1 I am creating a windows Class library Project, but it won't let me declare any var as Currency! Why is this? TIA!
I am creating a windows Class library Project, but it won't let me declare any var as Currency! Why is this? TIA!
H Herfried K. Wagner [MVP] Feb 4, 2005 #2 C CORDON said: I am creating a windows Class library Project, but it won't let me declare any var as Currency! Why is this? Click to expand... There is no currency datatype any more. Take a look at the documentation of the 'Decimal' type, which replaces 'Currency'.
C CORDON said: I am creating a windows Class library Project, but it won't let me declare any var as Currency! Why is this? Click to expand... There is no currency datatype any more. Take a look at the documentation of the 'Decimal' type, which replaces 'Currency'.