Page 1 of 1

Truncated Large Arrays or Strings in globals.js

PostPosted: Wed Feb 13, 2019 6:05 pm
by joe26
I've been encountering a behavior that large arrays or long strings are truncated when defined in the global scope.

The arrays are truncated to appear as a string. Long Strings are truncated to a hundred or so characters.

I can populate both from a function, and initially the large strings and arrays function correctly and then something goes awry.

Is this a Javascript limitation? I get around it by using functions to put the data into a global string or global array. Might use a valuelist, but really access it through code so arrays and strings are simpler.

thanks!
--Joe.