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.
Regards,
Anshul
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.
Regards,
Anshul
arrayVar=strVar.Split(","c)
this will help you!
Cheers
@anshul.sawant