FileList_Remove()

Examples


The FileList_Remove() function removes the specified file list item from a file list.

Syntax

FileList_Remove(filelist, index)

Parameters

filelist – A long integer specifying the file list from which a file list item is being removed.

index – An integer specifying the file list item to be removed from the file list. The value 1 indicates the first item.

Return value

A boolean. The value true indicates the file list item was removed, while false indicates it was not.


Documentation Feedback