PrintC

Description

Prints the given value or string to the screen but does not add a new line character to the end. The next Print or PrintC command will follow on directly from this one.

Definition

PrintC( szString )

PrintC( i )

PrintC( f )

Parameters