let temp2 = (1,2,3,4,5)
    for x in temp2.fields:
      x = 10
    echo temp2
    
    
    Run

I am not sure what you need the code to do anyways...

Reply via email to