Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CF

Shorter version for FM.CF.

Component Version macOS Windows Linux Server iOS SDK
FM Dictionary 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CF"; Name { ; Parameters... } )   More

Parameters

Parameter Description Example Flags
Name The name of the function. "test"
Parameters... Value to pass as parameter. Optional

Result

Returns result or error.

Description

Shorter version for FM.CF.
Expects dictionary to be named CF with custom functions.

This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat Parameters parameter as often as you need.

Examples

Call Concat function with two parameters:

MBS( "CF"; "Concat"; "Hello"; "World")

See also

Release notes

  • Version 14.1
    • Added CF function as a shortcut for FM.CF function, which assumes you store custom functions in a dictionary named CF.

Blog Entries

This function checks for a license.

Created 10th February 2024, last changed 15th February 2024


Bonjour.RegisteredName - CFunction.AllocateArray