let temp2 = (1,2,3,4,5)
for x in temp2.fields:
x = 10
echo temp2
RunI am not sure what you need the code to do anyways...
let temp2 = (1,2,3,4,5)
for x in temp2.fields:
x = 10
echo temp2
RunI am not sure what you need the code to do anyways...