Skip to content

[GREENFOOT-564] Cannot do string concatenation inside a method call frame

Call a method, say "setImage("image1.png"), then add a statement to it as: "setImage("n"+"image1.png"): the "" now are outside the editing part of the frame and your frame reads something like: "setImage(+n"""image1.png"). Also, if you remobe the curly brackets, you need to retype what was inside the frame.


Issue metadata

  • Issue type: Bug
  • Priority: Medium
  • Fix versions: 3.1.0