Hi all

Does anyone know if there is an easy way of pausing the progress of a fortran 90 program? I used to do it in C by using
Code:
getchar();
Its not really essential but can help improve the flow of a program so that the user is given plenty of opportunity to actually view all the information presented to them.

Cheers