ListToNSArray
Type
handler
Summary
Convert a List into an Objective-C array
Syntax
ListToNSArray(<pList>)
Description
Convert a List into an Objective-C array
Parameters
Name | Type | Description |
---|---|---|
pNumber | The List to convert |
Value
Name | Type | Description |
---|---|---|
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). |