Aim: Read the size of a parameter list.
The routine declaration is:
function sizeListParam( paramlist ) result( numlist ) ! paramlist : name of the string list parameter ! numlist : number of strings in list character(len=*), intent(in) :: paramlist integer :: numlist