ArrayFromNSDictionary |
Type | handler |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | ArrayFromNSDictionary(<pObjcArray>)
|
Associations | com.livecode.objc |
Summary | Convert a Objective-C dictionary into a Array
|
Parameters | Name | Type | Description |
---|
pObjcNumber | | The NSDictionary to convert
|
|
Values | Name | Type | Description |
---|
return | | An Array value
Description
Use ArrayFromNSDictionary to convert an Objective-C dictionary object (NSDictionary) to
a variable of type Array.
|
|
Description | Convert a Objective-C dictionary into a Array
|