FileMaker Custom Functions
I was browsing Briandunning.com for custom functions and found a few good ones to link:
GetQueryStringValue ( keyName ; sourceUrl ): Given a full URL and name of a key, returns the given key’s value out of the entire URL.
CurrentTime_Less_Hours_Minutes (Hours ; Minutes): Gets time less hours and minutes entered
CurrentTime_Plus_Hours_Minutes (Hours ; Minutes): To Set a timestamp in the future
ListGet ( InList; InNum ): Get the value from the list, specified by InNum
ListExist ( InList ; InValue ):Does a value exist in a list
Developing seems to go in cycles, and recently I’ve been needing to manipulate lists a lot. There are plenty of custom functions out there to help, thankfully.
Like
0
Liked
Liked