Split a string with "

Hi,

I am having an array with values “Home”, “House” etc.
I need to get output as Home and House without double quotes.
Please suggest some idea to split those double quotes

Thanks

Hi @balabhatta,

Does your array store values like this?

image

If so you can access Array_Name(index) e.g. StrArray(0) gives Home

Regards,
Saranya K R