You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to read a 2D array with OMJSON I get and error, 14714 "Unknown error.". Screenshot below. After further investigation I found that this occurs when attempting to read a 2D array such as (screenshot below):
double[3][3] myArray;
Expected
I expect that the variable would either read fine or the error would be helpful. Currently this breaks comms between OMJSON and LoupeUX as long as the 2D is read.
Supporting Evidence
The text was updated successfully, but these errors were encountered:
Behavior
When I attempt to read a 2D array with OMJSON I get and error, 14714 "Unknown error.". Screenshot below. After further investigation I found that this occurs when attempting to read a 2D array such as (screenshot below):
Expected
I expect that the variable would either read fine or the error would be helpful. Currently this breaks comms between OMJSON and LoupeUX as long as the 2D is read.
Supporting Evidence
The text was updated successfully, but these errors were encountered: