0

enter image description here

Hello.

How can i solve this? Thanks

I think there should be some kind of symbol betveen values, but i tryed different symbols, but dose not work for me. I don't know much about smartcontracts and solidity and what type of symbols should be used. I apriciate the help.

Mrczs
  • 1
  • Please read [Why should I not upload images of code/data/errors?](https://meta.stackoverflow.com/q/285551/354577). Instead, format code as a [code block]. The easiest way to do this is to paste the code as text directly into your question, then select it and click the code block button. – ChrisGPT was on strike Aug 15 '23 at 12:57

1 Answers1

0

BlockScan UI accepts array wrapped in square brackets, with values separated by comma.

Applied to your choices example:

[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
Petr Hejda
  • 40,554
  • 8
  • 72
  • 100