Search found 2 matches

by jpaterson
Tue Jun 09, 2020 5:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: linear search
Replies: 6
Views: 3658

Re: linear search

Thanks for this. Works a treat thank-you. Rookie error(!)

Sorry, first time poster, I'll remember this for the next time :oops:
by jpaterson
Tue Jun 09, 2020 4:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: linear search
Replies: 6
Views: 3658

linear search

Having a bit of trouble with my linear search. I have two occurrences of a number in an array. I'd like the output window to show positions of both but it only shows the position of the second number in the array and not the first. I've coded it using a fixed loop (the conditional one only outputs t...