I have a blog like the image below.
I want this block to generate the following code.
int ledPins[] = {
2, 3, 4, 5, 6, 7, 8, 9, 10, 11
};
If I make the Content type a String, it doesn’t work because it adds " to the beginning and end of the numbers.
If I set the Content type to Number, I cannot use comma(,).
How can I add elements to a number array?
Thanks for your feedback.