Search found 1 match
- Wed Aug 21, 2024 4:33 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Trouble with Looping Through Array in LiveCode
- Replies: 5
- Views: 3403
Trouble with Looping Through Array in LiveCode
Hi everyone, I’m having trouble with a script where I need to loop through an array and display its contents. My goal is to create a list from the array values and set it in a field. However, the field is only displaying the first value of the array, not iterating through the rest. -- Define and pop...