system.tag.readAll tag order

A quick question

When using “system.tag.readAll” (and I suppose system.tag.writeAll) is it more efficient if the tags are in some sort of order, i.e the same order as they appear in the tag browser?
I don’t have any problems at present but I’m always looking for the best practice.

no, the order does not matter with one exception, you should know the order. In the writeall function you want to make sure the order of your values line up with the correct tags so you write the correct values down. when reading the results of the readall, you will know what results go with what tag.

Other than that, the order does not matter

drewdin

you are not wrong

wise words.