GAMMA
Elemental Intrinsic Function (Generic): Returns the gamma value of its argument.
GERROR
Run-Time Subroutine: Returns a message for the last error detected by a Fortran run-time routine.
GETACTIVEQQ (W*32)
QuickWin Function: Returns the unit number of the currently active child window.
GETARCINFO (W*32)
Graphics Function: Determines the endpoints (in viewport coordinates) of the most recently drawn arc or pie.
GETARG
Intrinsic Subroutine: Returns the specified command-line argument (where the command itself is argument number zero). Intrinsic subroutines cannot be passed as actual arguments.
GETBKCOLOR (W*32)
Graphics Function: Returns the current background color index for both text and graphics output.
GETBKCOLORRGB (W*32)
Graphics Function: Returns the current background Red-Green-Blue (RGB) color value for both text and graphics.
GETC
Portability Function: Reads the next available character from external unit 5, which is normally connected to the console.
GETCHARQQ
Run-Time Function: Returns the next keystroke.
GETCOLOR (W*32)
Graphics Function: Returns the current graphics color index.
GETCOLORRGB (W*32)
Graphics Function: Returns the current graphics color Red-Green-Blue (RGB) value (used by graphics functions such as ARC, ELLIPSE, and FLOODFILLRGB).
GET_COMMAND
Intrinsic Subroutine: Returns the entire command that was used to invoke the program.
GET_COMMAND_ARGUMENT
Intrinsic Subroutine: Returns a command line argument of the command that invoked the program. Intrinsic subroutines cannot be passed as actual arguments.
GETCONTROLFPQQ
Portability Subroutine: Returns the floating-point processor control word.
GETENVQQ
Portability Function: Returns the value of an environment variable.
GETEXCEPTIONPTRSQQ (W*32)
Run-Time Function: Returns a pointer to C run-time exception information pointers appropriate for use in signal handlers established with SIGNALQQ or direct calls to the C rtl signal( ) routine.
GETEXITQQ (W*32)
QuickWin Function: Returns the setting for a QuickWin application's exit behavior.
GETFILEINFOQQ
Portability Function: Returns information about the specified file. File names can contain wildcards (* and ?).
GETFILLMASK (W*32)
Graphics Subroutine: Returns the current pattern used to fill shapes.
GETFONTINFO (W*32)
Graphics Function: Returns the current font characteristics.
GETGID
Portability Function: Returns the group ID of the user of a process.
GETGTEXTEXTENT (W*32)
Graphics Function: Returns the width in pixels that would be required to print a given string of text (including any trailing blanks) with OUTGTEXT using the current font.
GETGTEXTROTATION (W*32)
Graphics Function: Returns the current orientation of the font text output by OUTGTEXT.
GETHWNDQQ (W*32)
QuickWin Function: Converts a window unit number into a Windows* handle.
GETIMAGE, GETIMAGE_W (W*32)
Graphics Subroutines: Store the screen image defined by a specified bounding rectangle.
GETLASTERROR
Portability Function: Returns the last error set.
GETLASTERRORQQ
Portability Function: Returns the last error set by a run-time procedure.
GETLINESTYLE (W*32)
Graphics Function: Returns the current graphics line style.
GETLOG
Portability Subroutine: Returns the user's login name.
GETPHYSCOORD (W*32)
Graphics Subroutine: Translates viewport coordinates to physical coordinates.
GETPID
Portability Function: Returns the process ID of the current process.
GETPIXEL, GETPIXEL_W (W*32)
Graphics Functions: Return the color index of the pixel at a specified location.
GETPIXELRGB, GETPIXELRGB_W (W*32)
Graphics Functions: Return the Red-Green-Blue (RGB) color value of the pixel at a specified location.
GETPIXELS (W*32)
Graphics Subroutine: Returns the color indexes of multiple pixels.
GETPIXELSRGB (W*32)
Graphics Subroutine: Returns the Red-Green-Blue (RGB) color values of multiple pixels.
GETPOS, GETPOSI8
Portability Functions: Return the current position of a file.
GETSTATUSFPQQ (W*32)
Portability Subroutine: Returns the floating-point processor status word.
GETSTRQQ
Run-Time Function: Reads a character string from the keyboard using buffered input.
GETTEXTCOLOR (W*32)
Graphics Function: Returns the current text color index.
GETTEXTCOLORRGB (W*32)
Graphics Function: Returns the Red-Green-Blue (RGB) value of the current text color (used with OUTTEXT, WRITE and PRINT).
GETWINDOWCOORD (W*32)
Graphics Subroutine: Converts viewport coordinates to window coordinates.
GETWRITEMODE (W*32)
Graphics Function: Returns the current logical write mode, which is used when drawing lines with the LINETO, POLYGON, and RECTANGLE functions.
GETWSIZEQQ (W*32)
QuickWin Function: Returns the size and position of a window.
GMTIME
Portability Subroutine: Returns the Greenwich mean time in an array of time elements.
GOTO - Assigned
Statement: Transfers control to the statement whose label was most recently assigned to a variable. This feature has been deleted in Fortran 2003 and Fortran 95; it was obsolescent in Fortran 90. Intel Fortran fully supports features deleted in Fortran 2003 or Fortran 95.
GOTO - Computed
Statement: Transfers control to one of a set of labeled branch target statements based on the value of an expression. It is an obsolescent feature in Fortran 95.
GOTO - Unconditional
Statement: Transfers control to the same branch target statement every time it executes.
GRSTATUS (W*32)
Graphics Function: Returns the status of the most recently used graphics routine.