Skip to content

Instantly share code, notes, and snippets.

@seanwalsh
Created December 29, 2014 00:43
Show Gist options
  • Save seanwalsh/be505de9e12dcb17c3b4 to your computer and use it in GitHub Desktop.
Save seanwalsh/be505de9e12dcb17c3b4 to your computer and use it in GitHub Desktop.
FileMaker custom function documentation.
/*
customFunction 2006 Sean Walsh
Developed by: Developer Name
Format:
customFunction ( field )
Parameters:
field - any related field, repeating field, or set of non-repeating fields; or an expression that returns a field, repeating field, or set of non-repeating fields.
Data type returned:
text
Description:
Description of the customFunction.
Examples:
Field1 contains the name "John Doe"
Field2 contains nothing
customFucntion ( field ) returns "John Doe"
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment