Search found 2 matches

by kylelawson6
Thu Feb 26, 2015 1:24 pm
Forum: Talking LiveCode
Topic: Displaying in the next line of a field
Replies: 3
Views: 2541

Re: Displaying in the next line of a field

Thank you Klaus, it worked perfectly! Craig Newman, I'm using an array of numbers. It was to see how I could display the values found from the array that were greater than a specified value, without doing this: Repeat with loop = 1 to 6 If length_array[loop] > min_length then put deck_array[loop] & ...
by kylelawson6
Tue Feb 24, 2015 11:05 am
Forum: Talking LiveCode
Topic: Displaying in the next line of a field
Replies: 3
Views: 2541

Displaying in the next line of a field

How would one display data from a linear search of an array finding values greater than a specified value, in the next line of a field without having gaps in the field?