Strings Split

Hi,
I want to extract all the values from these strings by proper splitting as I need to assign these values to four variables. Need help on how to split these values.
PFA images of stringsStr2 Str1

Regards,
Anshul

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

1 Like

Hi @Pradeep_Shiv ,
It’s not working. When I apply this the first value in inverted commas gets splitted. I don’t want that. I want all the four values whether it is in inverted commas or not it must be splitted equally as I want to assign these four values to four different String variables.

Regards,
Anshul

Refer this, it may help😊