Nested class/namespace, "Not subscriptable value in access or evaluation of 'Assign'" when attempting to add value to Associative Array.
Hi, So, I have a fairly complex piece of JMP script that is failing in a way that seems odd, and I’d like to understand why. I apologize for the complexity up front here before I get into it. I have written a library we’ll call sql_lib.jsl that defines a namespace “sql_lib”. Within that namespace I’ve defined a class clsQueryBatch with name “sql_lib:QueryBatchService”. The purpose of the cla...