F
Federico G. Babelis
Hi,
I need to extract a string from another string separated by "," like a .csv
file.
for example I have this string:
String1 = 000,federico,00,439827HGH,1233,FGB,0000,00,000
and from that string i need to extract string "federico" and string "FGB"
and separate then into another 2 strings:
String2 = "federico"
String3 = "FGB"
How this could be done in Visual Basic .NET ????
Thanks and best regards,
Federico
I need to extract a string from another string separated by "," like a .csv
file.
for example I have this string:
String1 = 000,federico,00,439827HGH,1233,FGB,0000,00,000
and from that string i need to extract string "federico" and string "FGB"
and separate then into another 2 strings:
String2 = "federico"
String3 = "FGB"
How this could be done in Visual Basic .NET ????
Thanks and best regards,
Federico