I have a subroutine that has a dummy argument declared:
CHARACTER CHRAY(*)*(*)
I don't know what this means. And how would I declare a variable in the calling program that would be passed to this argument?
I have a subroutine that has a dummy argument declared:
CHARACTER CHRAY(*)*(*)
I don't know what this means. And how would I declare a variable in the calling program that would be passed to this argument?