12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>CALL CLEARSCREEN ( $GCLEARSCREEN )CALL SETTEXTPOSITION (INT2(1), INT2(1), oldpos)DO row = 1, 6string = 'Hello, World # 'CALL SETTEXTPOSITION( row, INT2(1), oldpos )WRITE(string(15:16), '(I2)') rowCALL OUTTEXT( string )END DOistat = displaycursor($GCURSORON)WRITE(*,'(1x,A\)') 'Hit ENTER'READ (*,*) ! wait for ENTER! Scroll window down 4 linesCALL SCROLLTEXTWINDOW(INT2( -4) )CALL SETTEXTPOSITION (INT2(10), INT2(18), oldpos)WRITE(*,'(2X,A\)') "Hit ENTER"READ( *,* ) ! wait for ENTER! Scroll window up 5 linesCALL SCROLLTEXTWINDOW( INT2(5 ))ENDSCWRQQPortability Subroutine: Returns the floating-point processor control word.Module: USE IFPORTSyntaxCALL SCWRQQ (control)control(Output) INTEGER(2). Floating-point processor control word.SCRWQQ performs the same function as the run-time subroutine GETCONTROLFPQQ, and isprovided for compatibility.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “GETCONTROLFPQQ”, “LCWRQQ”ExampleSee the example in “LCWRQQ”.2-384

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!