I remember attempting this a while ago with no joy. I want to do like one can in other languages by having two variable point to the same memory address.

I want to be able to overlay a string with a UDT or other structure or variable.

Has anyone been able to accomplish this?

Mainly a string overlayed by a byte array.