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

Example Databases

Blog Entries

This function checks for a license.

Created 21st September 2014, last changed 21st September 2014


QuickList.FindUnequals - QuickList.GetColumn

💬 Ask a question or report a problem