Reference a field name using a string
I want to retrieve data from the nth field (i.e. column) in a record (i.e. row). Can I retrieve data from a field by referencing it using the string equivalent of a number i.e. "Record.column" where "column" is a string variable containing "1", "2" or "3" etc.?