How can I make this inside variable?

Hi,

Can you try the following expression?

arrInt = yourString.Split(","c).Select(Function(s) Int32.Parse(s.Trim)).ToArray
1 Like