Negative ABL values and unsigned .NET destinations
- Last Updated: June 18, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- 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.