Brian Dunning's FileMaker Custom Functions

ListPosition ( InList ; InValue )

Find position of InValue in InList. Not recursive.

  Be the first to rate this function Log in to vote

Richard DeShong   Richard DeShong - Show more from this author
Logic Tools
http://logictools.com

Share on Facebook Share on Twitter

  Sample input:
ListPosition ( "A¶B¶C¶D" ; "B" )
  Sample output:
2

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Given a return delimited list of values, InList, returns the position in the list of a given value, InValue.
Notes:
Only returns the first position of the value;
It does not return additional positions if the value is in the list more than once.

I test for = "Empty" because I use the function SetVar() when setting variables;
SetVar() sets the variable to "Empty" if there is no value.

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: