0
How to replace the array value?
2 ответов
+ 1
Be specific with your question please but if you mean changing a particular element an an array...
arr[elemIndex]=value;
where the first element as index 0
0
Of an individual member arrayName[indexNumber] = newValue