Documentation Center

PslSourceLists.Remove

Removes a source string list from the project. The corresponding translation lists will also be removed.

Syntax

Expression.Remove Index as Variant

Expression Required. Object of type PslSourceLists

Index Variant, Required. Identifies the source string list to be deleted. It can be either the index in the list (1,2,...), the title or an object of type PslSourceList

Example

PSL.ActiveProject.SourceLists.Remove("Notepad")