AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkScene.PrintC Method (String, array of const)

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

Syntax
Pascal
class procedure PrintC(const Value: String; const Args: array of const); overload; static;
Parameters 
Description 
const Value: String 
the string to print with formatting placeholders (%s, %d etc.) 
const Args: array of const 
the arguments to pass for formatting. 
Copyright (c) 2012. All rights reserved.