--------CHAPTER 3 PROGRAMMINGPROGRAMMING THE M1182For each printing feature explained in this chapter, we list three different forms of each code as follows:ESC 1 CHR$(27);CHR$(49) 1 B 31Standard Decimal code Hexadecimal codeabbreviation in presented in the used by someASCII-used for format most often software packagesreference used. A variation to enter printingof the same commands. Acommand is variation of the sameCHR$(27);"1 II command is CHR$(&H1 B);CHR$(&H31 )CARRIAGE RETURN AND LINE FEEDHexGl(leti mafCR CHR$(13) 00Carriage return tells the printer to print the line of data and returnsthe print head to the left side of the page. IBM PC adds a line feedafter a carriage return unless 128 is added to the command. If yousend a CHR$(141), therefore the result is a carriage return only.'HexadeCimal ','LF CHR$(10) OAVT CHR$(ll ) OBLine feed advances the paper one line; line spacing is 1/6 inchunless it is reset using the command on page 47.45