InterviewSolution
Saved Bookmarks
| 1. |
What is the command for accessing record field? |
|
Answer» EXPR#Name.Field. This COMMAND RETURNS the value of the MENTIONED field. To return the position of the specified field, you can USE the command #Name.Field. |
|