Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
FM.NULL
Returns a null value.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| FM FMSQL | 5.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "FM.NULL" ) More
Parameters
none
Result
Returns empty container.
Description
Returns a null value.FileMaker doesn't really have a NULL value, but other databases make a difference between empty text ("") and no value (NULL).
This function returns a special container value with no content.
SQL.SetParamValue and SQL.SetParamValues can use this value to pass NULL to the database.
Examples
get null value:
MBS("FM.NULL")
See also
Blog Entries
Created 20th April 2015, last changed 14th September 2015
FM.MouseWheelScriptTrigger - FM.PatchNotificationProblem
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins