|
|||||||||||||||||||||||||||||
|
|
-- modified version of Calu's binary search to work with porp lists too, and a bugfix -- http://xtras.calu.us/articles2.php -- binary search with sorted list -- if 'charstart' is set, then it will look for the match of the first character -- put searchBinary (["1":[1,1],"2":[2,2],"3":[3,3],"4":[4,4],"5":[5,5],"6":[6,6],"ga":["ga","ga1"],"gu":["gu":"gu1"]], "g",1) -- [7, 8]
|
|
|