I've read that removelink is much faster than listremove. I'm pretty used to listremove but I'm not quite sure how to remove a random link from a list using removelink. I really need speed here because my lists are very long.
Thanks for any help.
Currently I'm using the following method:
Thanks for any help.
Currently I'm using the following method:
ListRemove(word_list,TLink(word_list.valueatindex(Rand(0,length-1))))