Hello, i try to add int value in array of int, but i have error.
i have array of int (Test_index)
integer value (int_value)
I create assign activity and try:
Test_index = Test_index.Append(int_value).toArray
Hello, i try to add int value in array of int, but i have error.
i have array of int (Test_index)
integer value (int_value)
I create assign activity and try:
Test_index = Test_index.Append(int_value).toArray
please let us know also which one you faced. thanks
In General a list is more suitable for such a task