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()