How can this code be converted to COBOL?
Result := GetSysColor(Color and $000000FF)
The value types are DWORD, I guess it is a bitwise operation.
|
|
How can this code be converted to COBOL?
The value types are DWORD, I guess it is a bitwise operation.
|
||
|
|
|
|
Yes, it's a bitwise operation, however, this specifically operation is equivalent to
Or
If I remember my COBOL correctly. It has been |
||||||||||||||
|