Zazza Posted November 17, 2012 Share Posted November 17, 2012 Greetings,is there a way (through NVSE scripting) to alpha sort a formlist populated on runtime? Link to comment Share on other sites More sharing options...
luthienanarion Posted November 18, 2012 Share Posted November 18, 2012 No, because there are no string functions. Link to comment Share on other sites More sharing options...
Zazza Posted November 18, 2012 Author Share Posted November 18, 2012 No, because there are no string functions.Thanks... Link to comment Share on other sites More sharing options...
CaptMitch Posted November 18, 2012 Share Posted November 18, 2012 No, because there are no string functions.Thanks... Well you COULD sort it with a script and a second forms list but it would not really be worth the effort. you could refwalk through one forms list and add to another while removing the ref from the original list, once all ref's are moved you could run through the new list sorting (as needed) and adding the ref's back to the original forms list and removing the ref's from the second list. but as i said not really worth the effort unless the forms list was so big that it lagged up your computer but then you would run into a bigger problem with lag. Link to comment Share on other sites More sharing options...
Zazza Posted November 18, 2012 Author Share Posted November 18, 2012 No, because there are no string functions.Thanks... Well you COULD sort it with a script and a second forms list but it would not really be worth the effort. you could refwalk through one forms list and add to another while removing the ref from the original list, once all ref's are moved you could run through the new list sorting (as needed) and adding the ref's back to the original forms list and removing the ref's from the second list. but as i said not really worth the effort unless the forms list was so big that it lagged up your computer but then you would run into a bigger problem with lag.Hi! I found a couple of topics in the forum about the method you're referring to. But I can't understand, even using two formlists, how can alphabetically sort the items... Link to comment Share on other sites More sharing options...
Recommended Posts