Hello, I'm new to Erlang and have some trouble with records. I would like to write a generic function that updates a field in a record (returning a new version of the record). For this purpose I would like to give the function a parameter indicating which field to update. Is this possible ? Regards, Louis