Visible to Intel only — GUID: GUID-1722D6B2-DB68-4916-990E-685DF3B931B4
Visible to Intel only — GUID: GUID-1722D6B2-DB68-4916-990E-685DF3B931B4
OPEN: BLANK Specifier
The BLANK specifier indicates how blanks are interpreted in a file. It takes the following form:
BLANK = blnk
blnk |
Is a scalar default character expression that evaluates to one of the following values:
|
The default is 'NULL' (for explicitly OPENed files, preconnected files, and internal files). If you specify compiler option f66 (or OPTIONS/NOF77), the default is 'ZERO'.
If the BN or BZ edit descriptors are specified for a formatted input statement, they supersede the default interpretation of blanks.
This specifier is not allowed on unformatted input or output.