There are a number of functions and methods for working with comma (or other character) separated lists in Progress 4GL.
NUM-ENTRIES
Returns the number of entries in a list. You can optionally specify delimiter, comma is default
NUM-ENTRIES(string [, delimiter])
Using comma, the default deli...