XTensionList post from ghandley at kc.rr.com requires approval
James Sentman
james at sentman.com
Sun Mar 13 11:48:45 EDT 2016
There are so many parans in there that the logic is escaping us ;)
> * if Arivee = (("Mr. and Mrs. Handley”) ¬
> and (not (status "Tennis Flag”))) then
You’ve got parens around the entire second half of the equation so you’re trying to compare Arivee against a boolean just like it’s claiming. try something like:
if Arivee = “Mr. and Mrs. Handley” and not (status “Tennis Flag”) then
it’s just way too many parens and then things become impossible to sort out what is grouped with what.
> On Mar 13, 2016, at 11:18 AM, xtensionlist-owner at machomeautomation.com wrote:
>
> I spent most of yesterday’s work having both arguments on the same line*, but kept getting the error "“Can’t turn Mr. & Mrs. Handley” into a boolean."
>
> * if Arivee = (("Mr. and Mrs. Handley”) ¬
> and (not (status "Tennis Flag”))) then
>
Thanks,
James
James Sentman http://www.PlanetaryGear.org http://MacHomeAutomation.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.machomeautomation.com/pipermail/xtensionlist/attachments/20160313/17787e82/attachment.html>
More information about the XTensionList
mailing list