06.03.2014 Views

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

File Operation I/O Statements 12<br />

'REPLACE'<br />

'UNKNOWN'<br />

Indicates the file replaces another. If the file to be replaced exists, it is<br />

deleted and a new file is created with the same name. If the file to be<br />

replaced does not exist, a new file is created and its status changes to<br />

'OLD'.<br />

Indicates the file may or may not exist. If the file does not exist, a new<br />

file is created and its status changes to 'OLD'.<br />

Scratch files go into a temporary directory and are visible while they are open. (For more<br />

information, see Building Applications.)<br />

The default is 'UNKNOWN'. This is also the default if you implicitly open a file by using WRITE.<br />

However, if you implicitly open a file using READ, the default is 'OLD'. If you specify compiler<br />

option F66 (or OPTIONS /NOF77), the default is 'NEW'. For the correct form of this option, see<br />

the Compiler Options reference.<br />

NOTE. The STATUS specifier can also appear in CLOSE statements to<br />

indicate the file’s status after it is closed. However, in CLOSE statements the<br />

status values are the same as those listed for the DISPOSE specifier (see<br />

“DISPOSE Specifier”).<br />

TITLE Specifier (W*32, W*64)<br />

The TITLE specifier indicates the name of a child window in a QuickWin application. It takes the<br />

following form:<br />

TITLE = name<br />

name<br />

Is a character expression.<br />

If TITLE is specified in a non-Quickwin application, a run-time error occurs.<br />

See Also<br />

The Windows system online help for details on QuickWin applications.<br />

TYPE Specifier<br />

TYPE is a nonstandard synonym for STATUS (see “STATUS Specifier”).<br />

12-41

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

Saved successfully!

Ooh no, something went wrong!