Documentation Center

PslSourceDisplay.StringCount

Returns the number of strings in the source list window. The number refers to all string lists, that are currently opened.

Syntax

Expression.StringCount (optional Type as VARIANT) as Long

Expression Object of type PslSourceDisplay

Type Can be one of the following values:

pslIndex (default, Value = 0): The total number of (undeleted) strings will be returned.

pslIndexDeleted (Value = 4): The total number of deleted strings in the recycle bins will be returned.

pslDisplay (Value = 1): The number of displayed strings will be returned.

pslSelection (Value = 2): The number of selected strings will be returned.