Article ID: 149508
Article Last Modified on 10/17/2003
C Compile options needed: /MW
include 'flib.fi'
include 'fgraph.fi'
implicit none
include 'flib.fd'
include 'fgraph.fd'
integer*2 i
record /rccoord/ rc
print *,"Please size the child window so that the last line"
print *," is not visible, then press a key..."
i=incharqq()
call settextposition(30,1,rc)
call outtext('Enter an integer*2 value : ')
read (*,*) i
end
Additional query words: 4.00
Keywords: kblangfortran KB149508