The RoutineList query in %Routine class does offer ranges, try this:
Set Query=##class(%Routine).RoutineListFunc("%D:%E")
Do Query.%Display()
Enrico
P.S.: Tested in latest IRIS, I'm not sure that the "Func" query method is available in 2017, but you can use your old %ResultSet with same parameters.
- Log in to post comments