Official title and information are available only for Plus and Premium subscribers.
Patent Pending In computer science, a record (also called struct or compound data)[1][page needed] is a basic data structure (a tuple may or may not be considered a record, and vice versa, depending on conventions and the language at hand). A record is a value that contains other values, typically in fixed number and sequence and typically indexed by names. The elements of records are usually called fields or members.