Macro: API_CLOSE

Module location: FMAC line 8032 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: CLOSE {logicalName|fileNum}*n Description: Closes the file. Parameters: logicalName: The name used to identify the file in a DataFlex program. fileNum: The number used to open the file. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  VARIABLE_FILE_COMMAND $50f !1
  #IF (!0>1)
    API_CLOSE !2 !3 !4 !5 !6 !7 !8 !9
  #ENDIF