Skip to content

printComments()

CreateiveRobotics edited this page Mar 7, 2020 · 2 revisions
void printComments(bool cState)

Enable or disable comment printing. When enabled, any comment lines are printed to the output port.

Example:

printComments(ON); //Switch on comment printing

printComments(OFF); //Switch off comment printing
Clone this wiki locally