itl()
 
Description
 returns the value for item level (see also 
il())
generally used within other rules
Example
 getpv(tv(), itl() - il() == 2)
returns the item text of the current item's grandfather
getpv(fv("folder_name"), itl()-il()== 1)
returns the value in the folder for the parent item one level up
Related Rules
 getcv(), 
getdv(), 
getpv(), 
il()