On 16/12/2021 18:25, Rick Harrison via use-livecode wrote:
Combining two arrays is nice, but it really shouldn’t spell correct “color” to 
“colour”.

No, it doesn't Rick. It's just a typo in the example in the dictionary.

I mentioned it because it made me smile when I noticed it - a tiny example of our not-so-common language between the two sides of the ocean :-)

Alex.

The example in question :

*local*tLeft, tRight*
put*"green"intotLeft["color"]*
put*"left"intotLeft["align"]*
put*"blue"intotRight["color"]*
put*"100"intotRight["width"]

*union*tLeft withtRight

*# RESULT**
# tLeft["colour"] = "green"
# tLeft["align"] = "left"**
# tLeft["width"] = "100"*



On Dec 16, 2021, at 12:55 PM, Alex Tweedly via 
use-livecode<use-livecode@lists.runrev.com>  wrote:

Not only does it combine two arrays, but apparently it also spell-corrects "color" to 
"colour" !!
_______________________________________________
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

Reply via email to