Macro: API_CLEAR

Module location: FMAC line 7960 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: CLEAR {logicalName|fileNum}*n Description: Clear the current record in 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 $50e !1
  #IF (!0>1)
    API_CLEAR !2 !3 !4 !5 !6 !7 !8 !9
  #ENDIF