#20780
Yutaka Emura
Keymaster

Hello LifeTimer,

It will take some time until we can release a new version, so I built a test version for you:

Here is an example:

sTsvFile = "E:\\Test\\filter.tsv";

// export the current filter to a TSV file.
document.ExportFilter( sTsvFile );

// import the TSV file and apply the filter
nCount = document.ImportFilter( sTsvFile );