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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to