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>filename(Input) Character*(*). Name of the file to be found.varname(Input) Character*(*). Name of an environment variable containing the path to be searched.pathbuf(Output) Character*(*). Buffer to receive the full path of the file found.Results:The result type is INTEGER(4). The result is the length of the string containing the full path of thefound file returned in pathbuf, or 0 if no file is found.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBSee Also: “FULLPATHQQ”, “GETFILEINFOQQ”, “SPLITPATHQQ”ExampleUSE IFPORTCHARACTER(256) pathnameINTEGER(4) pathlenpathlen = FINDFILEQQ("libfmt.lib", "LIB", pathname)WRITE (*,*) pathnameENDFLOODFILL, FLOODFILL_WGraphics Functions: Fill an area using the current color index and fill mask. These functions areonly available on Windows* systems.Module: USE IFQWINSyntaxresult = FLOODFILL (x, y, bcolor)result = FLOODFILL_W (wx, wy, bcolor)x, y(Input) INTEGER(2). Viewport coordinates for fill starting point.bcolor(Input) INTEGER(2). Color index of the boundary color.2-78

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

Saved successfully!

Ooh no, something went wrong!