Re: Press any key to continue?
- From: Bamm <bammster@xxxxxxxxx>
- Date: Sun, 30 Mar 2008 18:22:28 -0700 (PDT)
I think you might be able to use the getchar() function from the C library.
print *,'Press any key to continue...'
call getchar()
print *, 'Done'
end
You will need to compile with a special option, i.e.
g77 -fno-underscoring whatever.f
I'm sorry it didn't help. It was still asking for an Enter after any
key was pressed. :(
.
- Follow-Ups:
- Re: Press any key to continue?
- From: glen herrmannsfeldt
- Re: Press any key to continue?
- From: Gary Scott
- Re: Press any key to continue?
- References:
- Press any key to continue?
- From: Bamm
- Re: Press any key to continue?
- From: Luka Djigas
- Re: Press any key to continue?
- From: Bamm
- Re: Press any key to continue?
- From: user1
- Press any key to continue?
- Prev by Date: Re: data with metadata
- Next by Date: Re: data with metadata
- Previous by thread: Re: Press any key to continue?
- Next by thread: Re: Press any key to continue?
- Index(es):
Relevant Pages
|
|