Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
QuickList.Free
Frees the list.
Component | Version | macOS | Windows | Linux | Server | 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.Clone
- QuickList.List
- QuickList.New
- QuickList.Or
- QuickList.Push
- QuickList.Shuffle
- QuickList.Sort
- QuickList.SortWith
- QuickList.Trim
- QuickList.XOrColumn
Example Databases
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 21st September 2014, last changed 21st September 2014
