? @kix $a="1","","2","3","","5","6","7","8","9","10",19,"9" ? "Return All Exact Matches:" + Join( AScan($a,"9",,,2) , ",") ? "Return All Instr Matches:" + Join( AScan($a,"9",,,3) , ",")
4.64 Return All Exact Matches:9,12 Return All Instr Matches:9,11,12
Generated in 0.06 seconds in which 0.026 seconds were spent on a total of 13 queries. Zlib compression enabled.