Ahah! So concatenation is not a very high priority when evaluating statements. I learn something new every day! I can see though why it would be like that. I could also ask for:
word 1 of "one two" & word 1 of "three four" and expect "one three". One more argument for grouping with parentheses even when it seems unnecessary. Bob On Aug 13, 2012, at 9:51 AM, Mark Wieder wrote: > Bob Sneidar <bobs@...> writes: > >> >> Wait, tab too? Odd since >> put word one of "test1" & tab & "test2" >> gives me >> "test1 test2" > LOL. Yes, it does. You're asking for > > (word one of "test1") & tab & "test2" > > -- > Mark Wieder > mwie...@ahsoftware.net > > > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode