Cause Code Lookup VI
- Updated2024-11-20
- 2 minute(s) read
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.

Inputs/Outputs
![]() cause codes is an array of 32-bit integers. ![]() code lookup table is an array of clusters.
![]() causes with count returns an array of clusters.
|