makotto
Sorry, i forgot!!! How can i remove all characters before "@" until the next "@"?
To understand more, we have for example this:
Test1@Test2@Test3@Test4@Test5@
When i remove the first "@" to remove all characters until the next one, etc etc.. So to have this:
Result 1: Test1@Test2@Test3@Test4@
Result 2: Test1@Test2@Test3@
Result 3: Test1@Test2@
etc etc
NOTE: "Test" names are an example.. I talk in case you want to use a code with the name: "Text" and a number, etc etc
Another example can be:
Result 1: MyName@Hello@12345@!4_ee$@
Result 2: MyName@Hello@12345@
Result 3: MyName@Hello@
etc etc
Thanks again!!!