Quote from UDon'tKnowMe:
From the second paragraph on this site http://www.simpol.com/docs/progbook/dtypes_user-defined.html
"As can be seen from this example, it would be quite a bit more convenient passing around a single piece of information that contains all of the things that are important with respect to the locale than to have to pass each of these pieces of information around separately and to address them and store them separately as well."
I think if you do it in a UDT Structure you can send less mesages? If that is the case I would assume that things would run faster?
Then why offer the lower performing option at all? That's the mystery of this whole thing.