Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

x_handle

File handle returned from artOutfile.

t_text

Formatting string

g_args

Data to be printed.

Value Returned

t

Returns t if the data is printed.

nil

Indicates an error.

Examples

artFprintf( fHandle "%s" "test" )

Return to top
 ⠀
X