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 testDecimaltypeNullable[typeDecimal] property.
method-id New
proceduredivision.
set testDecimal to 0.
end method
Is this a problem with the compiler? It seems that this code should work.