Negative ABL values and unsigned .NET destinations
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following example raises a run-time error because of a negative ABL value passed to an unsigned .NET method parameter:
|
In this case, the .NET static Max( ) method compares
two System.UInt64 parameters and returns the larger
value. However, an ABL DECIMAL value of -75.0 is
incompatible with an unsigned number.