Macro: API_SAVERECORD

Module location: FMAC line 8182 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: SAVERECORD {logicalName|fileNum}*n Description: Saves the current record in the specified files. Parameters: logicalName: The name used to identify the file in a DataFlex program. fileNum: The number used to open the file. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  VARIABLE_FILE_COMMAND $512 !1
  #IF !0>1
    API_SAVERECORD !2 !3 !4 !5 !6 !7 !8 !9
  #ENDIF