elif kindnb.upper() == "AC":
            a = line[10:20].strip()
            # prevent IndexError from line being too short
            try:
                c = line[20:30].split()[0].strip()