12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>end doENDOUTTEXTGraphics Subroutine: In text or graphics mode, sends a string of text to the screen, including anytrailing blanks. This subroutine is only available on Windows* systems.Module: USE IFQWINSyntaxCALL OUTTEXT (text)text(Input) Character*(*). String to be displayed.Text output begins at the current text position in the color set with SETTEXTCOLORRGB orSETTEXTCOLOR. No formatting is provided. After it outputs the text, OUTTEXT updates thecurrent text position.To output text using special fonts, you must use the OUTGTEXT subroutine.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “OUTGTEXT”, “SETTEXTPOSITION”, “SETTEXTCOLORRGB”, the WRITEstatement in the Language <strong>Reference</strong>ExampleUSE IFQWININTEGER(2) oldcolorTYPE (rccoord) rcCALL CLEARSCREEN($GCLEARSCREEN)CALL SETTEXTPOSITION (INT2(1), INT2(5), rc)oldcolor = SETTEXTCOLOR(INT2(4))CALL OUTTEXT ('Hello, everyone')ENDPACKTIMEQQPortability Subroutine: Packs time and date values.Module: USE IFPORT2-238

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

Saved successfully!

Ooh no, something went wrong!