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!
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}
Thank you all so much!