Created
December 29, 2014 00:43
-
-
Save seanwalsh/be505de9e12dcb17c3b4 to your computer and use it in GitHub Desktop.
FileMaker custom function documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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