Macro: COPY$RECORD$HELP

Module location: FMAC line 8831 (view source)

-=-=-=-==-==--=-=-=-=-=--=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: COPY_RECORDS FileNumber1 TO fileNumber2 {NoOfRecords}; {USING indexNum} {CALLBACK callback_id} Description: Copies NoOfRecords from fileNumber1 to fileNumber2. If USING is not specified, recnum is used otherwise records are copied using the specified indexNum. If CALLBACK is specified, the callback function in the object callback_id is called. FileNumber1 AND FileNumber2 should have identical fields. Parameters: FileNumber1: Number of file FROM where records are to be copied. FileNumber2: Number of fiel TO which recordsare to be copied. NoOfRecords: Number of records to be copied. indexNum: Index Number. If not specified, files are copied in the order of recnum. callback_id: Object id of the object containing the callback function. -=-=-=-==-==--=-=-=-=-=--=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

     !A [] $521 !2 !4