Hi.
I have been making a small template where i collect a series of information, im using regexp to filter the integers and putting them into a table.
I then want to sort them from smallest to largest but when I do that im not getting the smallest in top since it sort only by the very first integer.
For example will 30 be less then 5 and 15 be less then 5 :s what can i do to treat the hole integer so it is fifteen instead of one and five?
I have been making a small template where i collect a series of information, im using regexp to filter the integers and putting them into a table.
I then want to sort them from smallest to largest but when I do that im not getting the smallest in top since it sort only by the very first integer.
For example will 30 be less then 5 and 15 be less then 5 :s what can i do to treat the hole integer so it is fifteen instead of one and five?