Re: Logical Expressions

2011-06-06 Thread Van Brollini
thanks, didi not know that Van - Start Original Message - Sent: Mon, 6 Jun 2011 01:39:45 -0700 From: Dick Kriesel To: How to use LiveCode Subject: Re: Logical Expressions > Now that you've made your code work, you can consider making it shorter and > faster. > > Live

Re: Logical Expressions

2011-06-06 Thread Dick Kriesel
> stupid mistake. was not referencing cell. pos_range should be > tTester[x]["pos_range"] > works right now. > thanks. > > - Start Original Message - > Sent: Mon, 6 Jun 2011 08:21:18 +0100 > From: John Dixon > To: > Subject: RE: Logical Expressio

Re: Logical Expressions

2011-06-06 Thread Van Brollini
stupid mistake. was not referencing cell. pos_range should be tTester[x]["pos_range"] works right now. thanks. - Start Original Message - Sent: Mon, 6 Jun 2011 08:21:18 +0100 From: John Dixon To: Subject: RE: Logical Expressions > > > Does this work for you...

RE: Logical Expressions

2011-06-06 Thread John Dixon
Does this work for you... shedding the outer brackets ? if (gUSL <= pos_vrange) AND (gUSL >= neg_vrange) then > What is the best way to do multiple logical comparisons and get them to work? > > For example > > if ((gUSL <= pos_vrange) AND (gUSL >= neg_vrange)) then >get