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
List.AddValue
Adds a value to the list.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| List | 7.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "List.AddValue"; List; Text ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| List | The list to process. | "Hello" ¶ "" ¶ "World" |
| Text | The text to add. | "Hello" |
Result
Returns list or error.
Description
Adds a value to the list.For big lists, using QuickList functions is much faster. The list is only parsed once and stored in memory.
See also
- List.GetValue
- List.HasValue
- List.InsertValue
- List.SetValue
- QuickList.AddMultiValue
- QuickList.AddValue
- QuickList.InsertValue
Release notes
- Version 7.1
Created 11st March 2017, last changed 11st March 2017
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins