Is there a way to copy a value of one structure elements to a range of values in other structure elements?
What I am doing is creating multiple UDT's, and I need to do compares and differences of those UDTs to SDT0.
I am only comparing times for this, but I need to copy the SDT0.Date and .Dayofweek to ALL of my UDT's .Date and .Dayofweek. at powerup.
I can do it with multiple single MOVE instructions, but I was hoping there was a way to do this with only 1 or 2 rungs...