GetPosition (NotesViewEntry - LotusScript®)
Returns the position of the entry in the view hierarchy; for example, "2.3" for the third document of the second category.
Defined in
Syntax
position$ = notesViewEntry .GetPosition( separator$ )
Parameters
separator$
The separator in the return value.
Return value
position$
String. A series of integers and separators. The integers indicate the positions of the view entry at each level, where 1 is the first position. The first integer indicates the first level, and so on.