Hello, I need combined access to memory areas both at word as byte basis (unions). At current my solution is to bit-mask selected bytes of a given word which have the disadvantage to be endian dependent. I know it is possible to define a variant object (which should be something similar to a variant record) in Nimrod but not sure if translation into an union structure is granted, so what would be an elegant way to implement unions in Nimrod?