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
> 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
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...
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