artFprintf
artFprintf(x_handle t_text g_args) =>t/nil
Description
Prints out data like the standard C library fprintf, with the handle returned from artOutfile() as the first argument.
Arguments
Value Returned
Examples
artFprintf( fHandle "%s" "test" )
Return to top