Is there any way to extend or write a own "System.Decimal "?
In the doc its declared as
<Serializable >
Public Structure Decimal
Implements IFormattable, IComparable, IConvertibleBut how do you get the
functionallity that you can do Dim x as mydecimalx = 100Is that possible or
can only microsoft do stuff like that?RegardsFre drik
In the doc its declared as
<Serializable >
Public Structure Decimal
Implements IFormattable, IComparable, IConvertibleBut how do you get the
functionallity that you can do Dim x as mydecimalx = 100Is that possible or
can only microsoft do stuff like that?RegardsFre drik
Comment