johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

bug: transform.concat erroneously adds spaces between elements #293

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
transform.concat erroneously adds spaces between elements

Original issue reported on code.google.com by hjebb...@gmail.com on 19 Feb 2014 at 7:02

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 6 Mar 2014 at 8:33

GoogleCodeExporter commented 8 years ago
Tested and seems fixed in 3.2.0rc

Thx

Original comment by jan.lind...@gtempaccount.com on 15 Apr 2014 at 4:08

GoogleCodeExporter commented 8 years ago
changed function: it is now possible to indicate which separator to use; 
default is ''.
eg:
concat(sep=';','string1','string2') -> 'string1;string2'
concat('string1','string2')         -> 'string1string2'

Original comment by hjebb...@gmail.com on 24 Apr 2014 at 4:19

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2014 at 2:54