hmm, not sure if its my bad coding or a bug or what.
i have 10 lists all named incrementally, ie names1, names2, etc etc
(sorry, i dont know how to do code boxes)
integer listnumber = (integer)(llFrand(11 - 1) + 1);
string workinglist = ("names"+(string)listnumber);
integer listentries = llGetListLength(workinglist);
so what im trying to do is get the code to pick a random list and give me the length of it.
but i get "ERROR : Function call mismatches type or number of arguements" for the word in the brackets of the llGetListLength
i really need help here, as far as i can see it SHOULD work.
TIA