Contains, Begins With, Ends With

Warren Kuhl warrenkuhl at gmail.com
Wed Jul 22 15:58:54 EDT 2009


Devin,

Thanks for your help!  Appreciate it!

Warren


On 7/22/09, Devin Asay <devin_asay at byu.edu> wrote:
>
>
> 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
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list