---
title: "What is the command used for accessing record field in Erlang?"  
description: "What is the command used for accessing record field in Erlang?"  
author: "Anonymous User"  
published: 2015-06-27  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/2666/what-is-the-command-used-for-accessing-record-field-in-erlang  
category: "erlang"  
tags: ["functional programming", "concurrent programming", "erlang"]  
reading_time: 1 minute  

---

# What is the command used for accessing record field in Erlang?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/2666/what-is-the-command-used-for-accessing-record-field-in-erlang

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
