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
QuickList.AddList
Adds a list of values to a quick list.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| List | 5.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| List1 | The reference to the first quicklist. | $List1 | |
| List2 | The list to add. | $List2 | |
| Separator | Available in MBS FileMaker Plugin 8.5 or newer. The separator to use. Can be ASCII character number (e.g. 9 for tab) or a text where we use first character as separator. Default is newline character. |
"|" | Optional |
Result
Returns OK or error.
Description
Adds a list of values to a quick list.Examples
Create a quicklist and add a list:
Set Variable [$q; Value:MBS("QuickList.New"; "Hello¶World")]
Set Variable [$r; Value:MBS("QuickList.AddList"; $q; "Hello¶World")]
Show Custom Dialog [MBS("QuickList.GetList"; $q)]
Set Variable [$r; Value:MBS("QuickList.Free"; $q)]
See also
- QuickList.AddPostfix
- QuickList.AddQuickList
- QuickList.AddSQL
- QuickList.AddValue
- QuickList.Free
- QuickList.List
- QuickList.New
- QuickList.PopFirst
- QuickList.SetList
- QuickList.SubList
Blog Entries
Release notes
- Version 8.5
- Added separator parameter for QuickList.AddList and QuickList.AddMultiValue.
Created 12nd November 2014, last changed 27th September 2018
QuartzFilterManager.ShowPanel - QuickList.AddMultiValue
Feedback: Report problem or ask question.
Links
MBS FileMaker blog