Not able to write to multidimensional arrays using Milo SDK #1708
jchirantan
started this conversation in
General
Replies: 1 comment 5 replies
-
|
What are you trying to write? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @kevinherron,
I am using latest version of Milo SDK i.e., v_1.1.0
I want to write to specific index of an element which is 2D array.
I am passing array of values in writeValues() and index range I have set is "1,1:3". But I am getting Bad_IndexRangeInvalid error.
I also tried passing 2D array of values in writeValues(), but then also, it didn't work.
May I know what is the exact way of passing index range and DataValue if I want to write to multidimensional array (Matrix).
Beta Was this translation helpful? Give feedback.
All reactions