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.InsertValue
Inserts a value to a list.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| List | 5.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "QuickList.InsertValue"; ListRef; Index; Text ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| ListRef | The reference to the list returned from QuickList.New function. | $List |
| Index | the index where to insert. | 0 |
| Text | The text to add. | "Hello" |
Result
Returns OK or error.
Description
Inserts a value to a list.Please note that QuickList.AddValue is more efficient than inserting.
See also
- List.AddValue
- QuickList.AddValue
- QuickList.Deserialize
- QuickList.GetValue
- QuickList.HasValue
- QuickList.New
- QuickList.RemoveValue
- QuickList.SetValue
Created 2nd August 2015, last changed 2nd August 2015
QuickList.IndexOfFirstValueMatching - QuickList.List
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins