When I try and set a nullable Decimal to zero I get the below error. I did notice that if I parse the zero to a decimal it does work. COBCH1624: cannot implicitly convert binary-char to type System.Nullable[Decimal]. 01 testDecimal type Nullable [ type Decimal ] property . method-id New procedure division . set testDecimal to 0. end method Is this a problem with the compiler? It seems that this code should work.
↧