Hi Experts,
I need to split the Strings,but i don't no whether this is possible...as i tried for all String functions...
E.g. String = Dear "Name" Your balance is "Balance"
I need the result as:
String1 = Dear
String2 = "Name"
String3 = Your
String4 = balance
String5 = is
String6 = "Balance"
Can anyone tried of this...or help me..
Thanks,
VKunj