TVC([condition])


Description

Get item text of the first child item with condition

Examples

TVC()
Always returns the item text of the first child item.
The lack of a condition implies always true.

TVC(left(getpv(tv(), il()= 0),1)'~')
will only return the item text of the first child item if the first character of top level item TLI text is ~

Related Rules

FV(), FVD(), FVC(), TV(), TVD()