ArrayToNSDictionary

Typehandler
DictionaryLCB
LibraryLiveCode Builder
Syntax
ArrayToNSDictionary(<pArray>)
Associationscom.livecode.objc
Summary

Convert an Array into an Objective-C dictionary

Parameters
NameTypeDescription
pNumber

The Array to convert

Values
NameTypeDescription
return

A Objective-C object of type NSDictionary

Description Use ArrayToNSDictionary to convert a variable of type Array to an Objective-C dictionary object (NSDictionary).

Description

Convert an Array into an Objective-C dictionary