I want to change multiple value of list at once.
For example,
I already have written down this phrase.
set {list::*} to 100
But results are not what I expect.
This phrase removes previous data of list, and inserts new data.
So, list's (index : value) set to (1:100)
How can I solve this issue?
For example,
I already have written down this phrase.
set {list::*} to 100
But results are not what I expect.
This phrase removes previous data of list, and inserts new data.
So, list's (index : value) set to (1:100)
How can I solve this issue?