FILE ORGANIZATION indexed RECORD BLOCK_SPAN yes CARRIAGE_CONTROL carriage_return FORMAT variable SIZE 0 KEY 0 CHANGES no NAME "record type + table of contents" SEG0_LENGTH 251 SEG0_POSITION 0 TYPE string KEY 1 CHANGES yes DUPLICATES yes NAME "unique key + record type" SEG0_LENGTH 4 SEG0_POSITION 251 SEG1_LENGTH 1 SEG1_POSITION 0 TYPE string ! ! Hmm, to use the album title as a key, I'd have to pad out all short ! records to a longer length so that it could be considered a key, ! otherwise, RMS won't bother entering the record into this index.. ! for now, I won't bother, but it'll have to come at some point... ! !KEY 2 ! CHANGES yes ! DUPLICATES yes ! NAME "record type + data (album name)" ! SEG0_LENGTH 1 ! SEG0_POSITION 0 ! SEG1_LENGTH 254 ! SEG1_POSITION 255 ! TYPE string