internal bool ReplaceString(string name, string val)
 {
     return(Table.ReplaceString(name, Values, val));
 }