Ive been using MoveMemory to copy portions of a file (via Get$ into a string buffer) into a UDT. Right now this appears to be working just fine. My question is, is there anything inherently dangerous in filling a UDT in PB this way? For instance, are there any issues involving alignment when the UDT is comprised of several differet datatypes? As far as I can tell, there doesnt appear to be.
Thanks in advance for the advice.
-Mike
------------------
Thanks in advance for the advice.
-Mike
------------------
Comment