Hi, I try to convert string to structure field. As example: function getRepF(argo,argn: string): boolean; begin ... dataA.'argn':=argo; ... end; argn is a string with name of structure (dataA) field. Is there any way to do that ? somethink like FindStructField ? Please help! Regards faber