ArrayFromNSDictionary

Typehandler
DictionaryLCB
LibraryLiveCode Builder
Syntax
ArrayFromNSDictionary(<pObjcArray>)
Associationscom.livecode.objc
Summary

Convert a Objective-C dictionary into a Array

Parameters
NameTypeDescription
pObjcNumber

The NSDictionary to convert

Values
NameTypeDescription
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