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.

Descriptions of the Library Routines 2jhandle(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofa structure.compname(Input) Character. The name of the component (or field) of the structure to write data to.index(Input) INTEGER(4). The index of the array element to write data to.value(Input) A variable, whose data type depends on the value of . See the table above for thedata types for each value; for example, if the value for is INT, the data type isINTEGER(4). The value for the component (or field).ilen(Input) INTEGER(4). This argument can only be used when is STR (PXFESTRSET).The length of the string value.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFESET subroutines are similar to the PXFSET subroutines, but theyshould be used when the component (or field) of the structure is an array.When the PXFESET subroutines are used, the array element with index index is accessed(written to the component or field).CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFEGET”, “PXFSET”PXFEXECVPOSIX Subroutine: Executes a new process by passing command-line arguments.Module: USE IFPOSIXSyntaxCALL PXFEXECV (path, lenpath, argv, lenargv, iargc, ierror)path(Input) Character. The path to the new executable process.2-281

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

Saved successfully!

Ooh no, something went wrong!