Chris Wigginton
Member since Nov 19, 2023
- Profile: /members/14651-chris-wigginton.htm
- URL: http://www.intersuite.com
- Comments: 1
Recent Blog Comments By Chris Wigginton
-
Code Kata: Array Intersection, Union, And Difference In Lucee CFML 5.3.8.201
Posted on Nov 19, 2023 at 1:29 PM
Just a short implementation of determing records to delete/insert from a given selection of ID's and existing ID's, which ones are needed to insert and which are needed to deleted. selectedList = "1,2,6"; currentList ="1,2,3,4,5"; selectedArray = ListToArray(selectedList... read more »