| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Variable.ValueCount
Queries number of values in a variable.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Variable | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Variable.ValueCount"; Name ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Name | The Name of the variable |
Result
Returns number or error.
Description
Queries number of values in a variable.Examples
Try it:
Let([
list = List ( "Hello"; "World"; "test" );
v = MBS("Variable.Set"; "test"; list);
r = MBS("Variable.ValueCount"; "test")
]; r)
list = List ( "Hello"; "World"; "test" );
v = MBS("Variable.Set"; "test"; list);
r = MBS("Variable.ValueCount"; "test")
]; r)
See also
Release notes
- Version 15.2
- Added Variable.ValueCount function.
Blog Entries
- News in MBS FileMaker Plugin 15.2
- Neues MBS Plugin 15.2 für Claris FileMaker
- MBS Plugin 15.2 for Claris FileMaker
- MBS FileMaker Plugin, version 15.2pr4
This function checks for a license.
Created 15th April 2025, last changed 15th April 2025