pq18125 - Comparison operator in ScaledDecimal changes object's significanDigits value -------------------------------------------------------------- Affected Platforms: Win NT Affected Features: Base Smalltalk Prerequisites: V4.02b Note: This is fixed in v4.5 Symptom: Comparison operator in ScaledDecimal changes object's significanDigits value. The equality operator will change the significantDigits value of b to 9. | a b | a := 123456789 asScaledDecimal. b := 10 asScaledDecimal. a significantDigits = b significantDigits. a = b. a significantDigits = b significantDigits. Solution: Rename pq18125.dll to esdec40.dll and replace