Strings Split Query

Hi,
I want to split these strings so that I could get all four values, as I need to assign these values to four different variables. Need help in both cases to split these Strings for the same.
Attached are the string images.Str1 Str2

Regards,
Anshul

1 Like

arrayVar=strVar.Split(","c)
this will help you!
Cheers
@anshul.sawant