JSONArray_Shift ( arr ; value )
This will insert a value at the beginning of a given array and shift all of the other array items down.
Average rating: 5.0 (1 vote) Log in to vote
Robert D Trammel - Show more from this author
https://www.linkedin.com/in/robertdtrammel/ |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This is intended to behave similarly to the native Array.shift method that javascript provides.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.