Dr. Parker returns a dimensioned variable from a procedure

A recent news group posting asked how to return a dimensioned variable, i.e. an array, from a called procedure. There is no “short answer” to this question … okay, there is and it is “you can't.” It is possible to get an array of values back from a called procedure. It just can't be done as a return value. Read more...