ListToNSArray

Typehandler
DictionaryLCB
LibraryLiveCode Builder
Syntax
ListToNSArray(<pList>)
Associationscom.livecode.objc
Summary

Convert a List into an Objective-C array

Parameters
NameTypeDescription
pNumber

The List to convert

Values
NameTypeDescription
return

A Objective-C object of type NSArray

Description Use ListToNSArray to convert a variable of type List to an Objective-C array object (NSArray).

Description

Convert a List into an Objective-C array