I will update a substring in a data field with a COMP value:
hex
-+----2---
J08279 ø
DFFFFF4701
108279000C
I want to update 7001C (= 70001) to 21120C :
hex
-+----2---
J08279 ø
DFFFFF4210
108279012C
I will update the field with overlay, but I have no idea how to convert '21120' to the packed value.
Any suggestions?
Greets
Axel