xJumpTo
This lets you find a specific item in a catergory, either by specifing a text string or passing in a variable name. I have not coded it but it could be easily be extened to find a given index or a page if needed.
Download link (including source code) -
http://www.france.xlobby.com/plugins/xJumpTo.zip (updated on 23 May 2006)
Functions are -
find text exact:catergory>field>text
Search catergory for a "field" equal to "text". This is case sensitive.
find variable exact:catergory>field>var.name
Store a value in var.name, then call this to search catergory for a "field" equal to the value you stored in "var.name". This is case sensitive.
find text:catergory>field>text
Search catergory for a "field" which starts with "text". This is NOT case sensitive.
find variable:catergory>field>var.name
Store a value in var.name, then call this to search catergory for a "field" which starts with the value you stored in "var.name". This is NOT case sensitive.
Sean.