@feklee wrote:
Every time, the following command gets called, it appends to the list:
DA.SetDataList(8, new[] { 0 });
Result:
How do I make
DA.SetDataList(8, new[] { 0 })
replace the list so that the result is a list with a single 0 in it?
Posts: 5
Participants: 2