N
n
hi all;
i have a list of a million names to sort. some names have a space at
the beginning and thus appear at the top (A->Z sort) irrespective of
the actual first letter.
how do i check for and remove such spaces?
eg " vista" should be replaced by "vista" and sorted accordingly.
Thanks and regards
i have a list of a million names to sort. some names have a space at
the beginning and thus appear at the top (A->Z sort) irrespective of
the actual first letter.
how do i check for and remove such spaces?
eg " vista" should be replaced by "vista" and sorted accordingly.
Thanks and regards