Pass in a list and a value, and this function will return the next value
Sample Input:
NextListValue("C";"A¶B¶C¶D¶E¶F¶G¶")
Sample Output:
D
Description:
/*************************************************
* NextListValue(thisValue;theList)
*
* Craig Forster 9 October 2008
*
* Returns the Value before the value searched for
* If the value is the first value in the list, we return nul( "" )
* Note : List should be delimited with carriage returns
*
* e.g. NextListValue("C";"A¶B¶C¶D¶E¶F¶G¶") Returns "D"
*
*************************************************/
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
Add progress bars to those slow scripts in your FileMaker Pro solution. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here