Creating Array - Auto Numeric

Sannyasin Brahmanathaswami brahma at hindu.org
Wed Nov 21 04:17:15 EST 2018


On 9/18/18 7:15 AM, Tore Nilsen via use-livecode wrote:

You can not put the incrementing numeric key inside an associative array the way you want. The key of any array must be unique, and you can not have several instances of a key in an array. Think of the keys of the array it as the primary keys of a database table. It serves as a unique identifier.

Best regards
Tore Nilsen

But each these is unique

WordLocationA["Cut"][1][100,320]
WordLocationA["Cut"][2][300,320]
WordLocationA["the"][1][200,320]
WordLocationA["the"][2][400,320]
WordLocationA["apple"][1][500,320]
WordLocationA["banana"][1][500,320]

We may not be on the same page.

I can create a json file that export




More information about the use-livecode mailing list