How to set the default value for an array of Characters?

How do I create a variable as an array of characters? Is it as an array of System.Char?

How do I set the default value for such array of characters? Would you know the syntax? Whatever I put inside {} is throwing me an error.

Thank you!

{"s"C, "a"C, "m"C}

2 Likes

Thank you all so much!

1 Like