hi ,
can any one provide me how to give the " (double quote) as a separator in split string activity.
thanks in advance
regards,
kavya.
hi ,
can any one provide me how to give the " (double quote) as a separator in split string activity.
thanks in advance
regards,
kavya.
Please use two double quotes instead of one.
Regards,
Karthik Byggari
You can simple mention as
string = str.split(’ " ')
hi karthik,
thankq so much its working fine.
Regards,
kavya.
can you please mark my previous post as solution. Thank you.
Regards,
Karthik
I’m trying it but it don’t works for me, I don’t know what I’m doing wrong:
The error is: "Option Strict On disallows implicit conversion from ‘String’ to ‘Char’