Q&A
Ask and answer questions to make information more available to wider audiences.
Valeria Lynwood @lynwoodvaleria   19, May 2023 12:00 AM
access record field
What is the command used for accessing record field in Erlang?
answers 1
 
Answer 1
Jude Tolliver @tolliverjude   22, May 2023 04:55 PM
Expr#Name.Field, this command will return the value of the mentioned field while for returning the position of the specified field #Name.Field is used.