Multiple Line Label For Loop

Hello,

I am trying to output results of an array into a label with line breaks using a for loop (JavaScript). Attached is what my code looks like.

Thanks,

Austin

Each time you go through this loop, Label10 will be updated with only the latest value of airline[i].

You want to concatenate the lines into a single string, than put that into Label10.