The VAX_FLOAT function performs one of two possible actions:
See the discussion of VAX floating-point conversion in and the VAX_FLOAT keyword to OPEN for more on the VAX floating-point conversion issue.
Default is used to change the default value of the VAX_FLOAT keyword to the OPEN procedures and the CALL_EXTERNAL function. A value of 0 (zero) makes the default for those keywords False. A non-zero value makes the default True. Specifying Default in conjunction with the FILE_UNIT keyword will cause an error.
To determine if the default VAX_FLOAT keyword value for OPEN and CALL_EXTERNAL is True or False:
default_vax_float = VAX_FLOAT()
To determine the current default value of the VAX_FLOAT keyword for OPEN and CALL_EXTERNAL and change it to True (1) in a single operation:
To determine if the file currently open on logical file unit 1 was opened with the VAX_FLOAT keyword set:
CALL_EXTERNAL , OPEN , Command Line Options , and .