Seven Towers: UCC Reference

USECODE INTRINSICS

[Exult]

string UI_printf(string out[])

Prints formatted text to 'stdout'.

Parameters

outAn array of strings. The first element is the 'format' string. The format string gives the basic text, and has a placeholder for each of the other elements of the array; each element past the first writes its text at the next available placeholder. Placeholders are the '%s' sequence, without the single quotes, embedded in the format string.

Return

An empty string.

Related intrinsics

See also