Another stupid noob question, I'm afraid.
I have a load of data tables stored as constant arrays, and I'd like dump them into an external file and include them in several custom objects I'm working on.
I've tried adding a reference to the file in the [relative path] section of the objects XML, but this doesn't seem to work, sadly.
I can tell the file is being brought in when the object is compiled, as if I also define any of the same constants in Local Data section of the XML of the object itself, I get an error about the redefinition.
However, I can't seem to access the data in the included file from my code in the K-Rate Code section of my object code. I get no error in the console, but every request for data from the included file returns zero.
I suspect this is a scope issue, but there must be a way to get it to work.
Incidentally, I don't seem to be able to enter any text in the Includes (or Dependencies) field in the Overview tab of the Object Editor. Is this a known issue?
a|x