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.Free
Frees the list.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| List | 4.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "QuickList.Free"; ListRef ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| ListRef | The reference to the list returned from QuickList.New function. | $List |
Result
Returns OK or error.
Description
Frees the list.Please call this for each list to make sure you don't run out of memory.
Examples
Creates list and frees it:
$list = MBS( "QuickList.New"; "Hello¶World¶Test" )
$r = MBS( "QuickList.Free"; $list)
See also
- QuickList.Clear
- QuickList.Clone
- QuickList.Or
- QuickList.Pop
- QuickList.RemoveDuplicateItems
- QuickList.RemovePostfix
- QuickList.Serialize
- QuickList.SetValue
- QuickList.XOr
- QuickList.XOrColumn
Example Databases
Blog Entries
FileMaker Magazin
Created 21st September 2014, last changed 21st September 2014
QuickList.FindUnequals - QuickList.GetList
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins