Printer_Count

Count the amount of characters inserted to the printer. Stops at max printout length.

Return

amount of characters in print


fun Printer_Count(Char_Count: Int)

Count the amount of characters inserted to the printer. Stops at max printout length.

Parameters

Char_Count

amount of characters to print


private open var Printer_Count: Int

Count the amount of characters inserted to the printer. Stops at max printout length.