! cd_post_index_find.scp ! written by A. D. Hull - DEC - 28-FEB-1990 ! .if #cd_lib_type eqs 'C' then get #cd_lib_type_string = '- Classical' .if #cd_lib_type eqs 'N' then get #cd_lib_type_string = '- New Age' .if #cd_lib_type eqs 'P' then get #cd_lib_type_string = '- Pop/Rock' .if #cd_lib_type eqs 'J' then get #cd_lib_type_string = '- Jazz' .if #cd_lib_type eqs 'B' then get #cd_lib_type_string = '- Blues' .if #cd_lib_type eqs 'H' then get #cd_lib_type_string = '- Heavy Metal' .if #cd_lib_type eqs 'M' then get #cd_lib_type_string = '- Miscellaneous'