fd_AddRemove ( MyList ; MyItem )
Adds an item to a list or removes it if it already exists
Be the first to rate this function Log in to vote
flusheDData - Show more from this author
n/a http://www.udias.com |
fd_AddRemove ( "Alpha¶Bravo¶Charlie¶Delta¶Echo¶Foxtrot" ; "India")
Bravo
Delta
Echo
Foxtrot
--------
Alpha
Bravo
Charlie
Delta
Echo
Foxtrot
India
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function adds an item to a list or removes it if it already exists
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.