renciso218 / blockly

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

string concatenation does not work #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to add two strings together
2.
3.

What is the expected output? What do you see instead?
concat strings / blocks don't glue

What version of the product are you using? On what operating system?
online

Please provide any additional information below.
http://youtu.be/hpQIabAppAA

Original issue reported on code.google.com by dennisgd...@gmail.com on 18 Jun 2012 at 9:30

GoogleCodeExporter commented 8 years ago
Use Text's "create text with" block instead of Math's "+" block.  The former 
allows you to concatenate as many strings as you want (starting with two).

Original comment by neil.fra...@gmail.com on 18 Jun 2012 at 6:14