"Ralph Mason" <ralph.mason / telogis.com> writes: > Although as a bit of an anomaly it works with arrays. > > 's'+[1] In what context? irbsh(main):039:0> 's' + [1] TypeError: failed to convert Array into String from (irbsh):39:in `+' from (irbsh):39 Dave