tags:

views:

14

answers:

0

Hi,

How can I sort data containing text and numbers depening on odd and even numbers? example: a1. a03, b2, n08 n9

ans should be: a1,a03,n9 and b2,n08 i want to get separate lists.

Please help. Thank you.