I am using the rank() function in many klips, and I'd like to convert the number it returns to an ordinal number that I can use in a label. For example, if the ranking is 3, I'd like to display '3rd' instead of 3.
What is the easiest way to do this?