Hey guys,
I have something like this :
Bank1
Bank2
Bank3
and the list goes on till Bank139.
If I have a string that contains the name of all the banks but including the Empty Lines between them, how do i remove the lines and contain only the name of the banks. For eg : The string now contains : array("bank1", "", "bank2", "", "bank3", ""); , how do i make it array("bank1", "bank2", "bank3");
??? Please help guys...its urgent :(
I have something like this :
Bank1
Bank2
Bank3
and the list goes on till Bank139.
If I have a string that contains the name of all the banks but including the Empty Lines between them, how do i remove the lines and contain only the name of the banks. For eg : The string now contains : array("bank1", "", "bank2", "", "bank3", ""); , how do i make it array("bank1", "bank2", "bank3");
??? Please help guys...its urgent :(
Comment