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>MOVETO sets the current graphics position to the viewport coordinate (x, y). MOVETO_W setsthe current graphics position to the window coordinate (wx, wy).MOVETO and MOVETO_W assign the coordinates of the previous position to t and wt,respectively.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “GETCURRENTPOSITION, GETCURRENTPOSITION_W”, “LINETO,LINETO_W”, “OUTGTEXT”Example! Build as QuickWin or Standard Graphics ap.USE IFQWININTEGER(2) status, x, yINTEGER(4) resultTYPE (xycoord) xyRESULT = SETCOLORRGB(Z'FF0000') ! bluex = 60! Draw a series of linesDO y = 50, 92, 3CALL MOVETO(x, y, xy)status = LINETO(INT2(x + 20), y)END DOENDNLSEnumCodepagesNLS Function: Returns an array containing the codepages supported by the system, with eacharray element describing one valid codepage. This function is only available on Windows*systems.Module: USE IFNLSSyntaxptr => NLSEnumCodepages ( )Results:The result is a pointer to an array of codepages, with each element describing one supportedcodepage.2-220

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

Saved successfully!

Ooh no, something went wrong!