readRecordStoreEntry
function readRecordStoreEntry(rs: recordStore; index: integer): string;
Returns the data stored at index 'index' inside record store 'rs', or an empty string if nothing exists at the given index.
See also: working with record stores