DelSubstKey(tbl_file, str_key);
tbl_file
str_key
Deletes an entry specified by str_key from the substitution table tbl_file. It does not affect the physical file stored on disk, only the representation of the table in the memory.
1 0 In this example, the following substitution table (author.tbl) is used.
//!CodePage UTF8!//!multicolumn!agatha christie 1890alfred hitchcock 1899The following script deletes an entry from the physical substitution table stored on disk (author.tbl):DelSubstKey("../data/tables/author.tbl","alfred");WriteSubst("../data/tables/author.tbl");After the script is executed, author.tbl is changed as follows:
//!CodePage UTF8!//!multicolumn!agatha christie 1890
• A substitution table is kept in memory until the script function EraseSubst is called for that table.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |