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

artClose

artClose( 
x_handle 
) 
=> t / nil

Description

Closes the file associated with the given handle.

Arguments

x_handle

File handle returned from artOutfile

Value Returned

t

The file is closed.

nil

Indicates an error.

Examples

artClose( fHandle )

Return to top
 ⠀
X