Re: question about "call qsort"



Elena wrote:
>
> I found "call qsort" in Compaq visual fortran version.
> I need to use but i don't know how.

CVF manual doesn't show it, but it could be in one of the "sample"
folders. Other than that, try

call qsort (n, array)

If compiler squawks about type mismatch reverse the arg sequence.

.



Relevant Pages

  • question about "call qsort"
    ... I found "call qsort" in Compaq visual fortran version. ... Rispondi via email. ... Prev by Date: ...
    (comp.lang.fortran)
  • Re: question about "call qsort"
    ... >I found "call qsort" in Compaq visual fortran version. ... CALL SORTQQ is documented ... Prev by Date: ...
    (comp.lang.fortran)