using "any line of field "x"??
Posted: Wed Aug 08, 2012 5:24 am
I thought this is suppose to be straight forward. for example, I have a list in a fld, and if a word is EQUAL to ANY line in this field, then I can move on, eg.
correctword = green
fld "wordlist" contains
green
green beans
green onion
green marker
the syntax is:
if correctword = any line of fld "wordlist" then do something
I was using ....if correctword is in fld "wordlist" but then all the other 4 lines with green was selected....so I thought = to any line of fld "wordlist" would work, but this did not. ANy thoughts? make sense?
correctword = green
fld "wordlist" contains
green
green beans
green onion
green marker
the syntax is:
if correctword = any line of fld "wordlist" then do something
I was using ....if correctword is in fld "wordlist" but then all the other 4 lines with green was selected....so I thought = to any line of fld "wordlist" would work, but this did not. ANy thoughts? make sense?