Sorry, I wanted to write a code as below:
var temp2 = (1,2,3,4,5)
for x in temp2.fields:
x = 10
echo temp2
RunAs ignoring my typo, is it correct working?
Sorry, I wanted to write a code as below:
var temp2 = (1,2,3,4,5)
for x in temp2.fields:
x = 10
echo temp2
RunAs ignoring my typo, is it correct working?