I am trying to split a long string using “,” and it worked properly. My string was divided to 3 parts after using split. While debugging I can see String{3} = { Part1
Part2
Part3}
Now I need to access the Part2 string and want to display only that Sub-String. Please provide your inputs. Thanks in advance.
Yes, I tried with this… It worked thank you soo much. If you don’t mind can you please hep me with another query…!!
From inbox I need to collect mails that were of current days only…!! Is there any function for this.