JSONArray_Pop ( arr )
Removes one value from the end of a JSON Array.
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)
Intended to replace javascripts native Array.pop method, which removes a value from a given array and returns the value removed. In this case, we are just returning the new array with the removed value.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.