What I think is happening is.. 1<=1 (evals to true) so true <=8 is false
On Thu, Feb 16, 2012 at 8:55 AM, Peter M. Brigham, MD <[email protected]>wrote: > On Feb 16, 2012, at 10:49 AM, Timothy Bleiler wrote: > > > Hi, > > If I type Put 1<=1 AND 1<=8 into the message box I get true, but if > > If I type Put 1<=1<=8 into the message box I get false. > > > > Am I missing something or is the second form not allowed? > > The second form is not a kosher LC statement. > > -- Peter > > Peter M. Brigham > [email protected] > http://home.comcast.net/~pmbrig > > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
