hi !
i've a .bmx source file, i need sort it. Is there a tool to do this ?
The file contains this kind of lines :
i want just sort by numbers ascending like this.
Thanks for your ideas
i've a .bmx source file, i need sort it. Is there a tool to do this ?
The file contains this kind of lines :
TL.Create (566,"bullet ","") TL.Create (030,"ship ","") TL.Create (079,"weapon ","")
i want just sort by numbers ascending like this.
TL.Create (030,"ship ","") TL.Create (079,"weapon ","") TL.Create (566,"bullet ","")
Thanks for your ideas