NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



FindItem

FindItem "item" In MyList

Finds the list position of item "item" in list MyList.

Sample Source

CreateList llList

InsertAfter "one" To llList
InsertAfter "two" To llList
InsertAfter "three" To llList

Say (FindItem "one" In llList)
Say "\n"
Say (FindItem "two" In llList)
Say "\n"
Say (FindItem "three" In llList)
Say "\n"

Related Function(s):
   CreateList; CurrentItem;

Minimum version: 4.7 build 20050801