Hi,
how can I remove the last part of a string? All the elements are separated by a "," and there's is always another "," at the end.
String will usually look something like this:
"Ingrediente8,Ingrediente13,Molho18,Ingrediente2, Ingrediente9"
I need a way to delete the last element of that string.