|
CLOSEName:
Enter HELP FILE SWITCHES to see a list of files that can be opened by Dataplot. See the Program example for an example of using the PROBE command to obtain the relevant unit number.
where <unit> is an numeric value between 1 and 99; and <iflag> is a parameter that contains the status value from the close. This syntax closes the file associated with the specified unit number. The status from the CLOSE command is saved in <iflag>. If the specified unit is not attached to a file, <iflag> will typically have a value of 0.
where <unit> is an numeric value between 1 and 99; and <iflag> is a parameter that contains the status value from the close. This syntax closes the file associated with the specified unit number. The status from the CLOSE command is saved in <iflag>. In addition, this syntax will delete the file when it is closed. If the specified unit is not attached to a file, <iflag> will typically have a value of 0.
LET IFLAG = CLOSE DELETE 44
PROBE IWRINU LET UNIT = PROBEVAL LET IFLAG = CLOSE ^UNIT
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 06/10/2016 |