Search found 1 match

by ajazza
Sat Oct 13, 2007 12:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: comparing values
Replies: 2
Views: 3534

comparing values

Hi Guys,
Please take a look at this example.
I have 2 variables:

1. gVariable1["values"] = "1 2 3 4"
2. gVariable2["values"] = "4 5 6 7"

How can I check each value of gVariable1 and see if it is in gVariable2?

Kind Regards
Adam