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.
PrintC( szString )
void agk::PrintC( const char *szString )
PrintC( i )
void agk::PrintC( int i )
PrintC( f )
void agk::PrintC( float f )