Is there anyway to pass a file pointer (fptr) a subroutine. I have tried a couple of different ways to do this. I would like to use a subroutine to output a measurement eachtime it is called instead of having to write a whole set of output states. I have come up with using an array to do similar, but the array is limited by the line length and can only contain about 18 measurement points.
The other question would be is there some way to concatinate 2 arrays together? Thanks.
The other question would be is there some way to concatinate 2 arrays together? Thanks.
Comment