106Chapter 6 Buffered FormsBuffered Form RepeatsTwo types of Repeat commands are allowed within a buffered form: theBuffered Form Copy command and the Buffered Form Repeat command.Both the Copy and Repeat commands serve to repeat a sequence of Create a certain number of times. The difference between them is that thenumber of times a Copy command repeats data is determined in the Createcommand sequence, where as the number of times the Repeat commandrepeats data is determined in the Execute command sequence.Buffered Form CopyThe Buffered Form Copy command is used to repeat a sequence ofcommands and data within a buffered form Create sequence. Thecommand for this is:Command ^Cnn-^Z^-Arguments^C Copy Commandnn The number of times the data is to be repeated(01 - 99). The data to be repeated.^Z^- End-of-Copy TerminatorEnough data must be included in the Buffered Form Execute to satisfy thecopy counts in the form. Data can be different for each copy. The followingcontrol codes take on special functions within a Buffered Form Copy/Repeatcommand:^- (Caret hyphen) Fills the rest of the current data fieldwith spaces.^* (Caret asterisk) Causes all unfilled characterpositions in all data fields to be filled with blanks upto the ^Z (End-of-Copy/Repeat) command.^, (Caret comma) Causes all unfilled characterpositions in all data fields to be filled with blanks upto the ^Z (End-of-Copy/Repeat) command, and allcharacter positions in any remaining data fields willbe filled with blanks until the copy count is satisfied.