Admin message

WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Create in Blockly a block that allows easy replacement of variables like the String.format in Java
In general this will enable to write easily something like the following in Java String.format(""" apiVersion: examples.osl.etsi.org/v1alpha1 kind: MyCalculator metadata: name: mycalculator.examples.osl.etsi.org spec: parama: %d paramb: %d action: '%s' """ ,getCharValNumber("Positioning support"), getCharValNumber("Group communication support"), "SUM" );
issue