Array of {T}

Hi @Janelle_Tan

Open the properties of for loop you will find index there…that index is the loop count …so for first loop value will be zero, second loop value will increment to 2 and so on…so if you use arrstring(index) …then string gets changed for every loop

Cheers