Contains, Begins With, Ends With
Devin Asay
devin_asay at byu.edu
Wed Jul 22 15:52:58 EDT 2009
On Jul 22, 2009, at 1:40 PM, Warren Kuhl wrote:
> Is there anyway to use a NOT condition with Contains, Begins With,
> Ends
> With?
>
> I am trying to create a if statement with multiple conditions...
>
> ie.
>
> If tData does not contain "Tree" and tData Begins with "House" then
> ...do something
> End if
Try:
if not(tDate contains/begins with/ends with) "house" then
There is also the is in/is not in comparison operator.
HTH
Devin
Devin Asay
Humanities Technology and Research Support Center
Brigham Young University
More information about the use-livecode
mailing list