AddRemoveItem ( theList, value, AddRemoveAuto )
Allows you to Add or Remove an item from a list either automatically or directly (will not create duplicate items)
Be the first to rate this function Log in to vote
Kyle Williams - Show more from this author
Augusto Digital https://www.youtube.com/channel/UCpJlB7cmVNMjbjgY96MEsng |
AddRemoveItem ( List("One";"Two";"3"); "Two" ; "Remove" )
AddRemoveItem ( List("One";"Two";"3"); "Two" ; "Auto" )
AddRemoveItem ( List("One";"Two";"3"); "Four" ; "Auto" )
One¶3
One¶3
One¶Two¶3¶Four
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Allows you to Add or Remove an item from a list either automatically or directly.
Note: This is designed not to create duplicate items..
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.