PslSourceList.String
Returns a PslSourceString object from this list. If the list is still closed, it will be opened.
Syntax
Expression.String (Index as VARIANT, optional Type as VARIANT) as PslSourceString
Expression Object of type PslSourceList
Index Depending on the Type this is either an index or a number.
Type Can be one of the following values:
pslIndex (default, Value = 0): An arbitrary string is returned. Index is the Index of the string, corresponding to all existing undeleted strings. The first string has got the Index 1.
pslIndexDeleted (Value = 4): Works like pslIndex but returns deleted strings from the recycle bin.
pslDisplay (Value = 1): A string from the current display is returned. Index is the Index of the string, corresponding to all displayed strings. The first string has got the Index 1. This value is supported for backward compatibility only. See the note below.
pslSelection (Value = 2): A selected string from the current display is returned. Index is the Index of the string, corresponding to all selected strings. The first selected string has got the Index 1. This value is supported for backward compatibility only. See the note below.
pslNumber (Value = 3): An arbitrary string is returned. Index is the Number of the string.