Given an unsorted list of numeric cause codes (an array of numbers), and a cause code lookup list containing the cause string for each cause code, Cause Code Lookup returns a sorted list of causes with the count of the number of occurrences of each cause. This is useful for converting numeric codes to the appropriate ASCII names.


icon

Inputs/Outputs

  • c1di32.png cause codes

    cause codes is an array of 32-bit integers.

  • c1dcclst.png code lookup table

    code lookup table is an array of clusters.

  • ci32.png cause code

    code lookup table is an array of clusters.

  • cstr.png cause string

    code lookup table is an array of clusters.

  • i1dcclst.png causes with count

    causes with count returns an array of clusters.

  • ii32.png frequency

    causes with count returns an array of clusters.

  • istr.png cause

    causes with count returns an array of clusters.