Hi!

Got a struct like this

Struct stMyStruct
string ID
string Code
end_struct

stMyStruct[] theData newData

I want to copy all parts of the struct in the array theData where ID = "x" to newData
Is there a fancy function for this?