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

artFlush

artFlush( 
x_handle 
) 
=> t / nil

Description

Flushes the file associated with the given handle.

Argument

x_handle

File handle returned from artOutfile.

Value Returned

t

Returns t if the file is flushed.

nil

Indicates an error.

Examples

artFlush( fHandle )

Return to top
 ⠀
X