Hi,
I am new to VB. Does anyone know how to write a binary search algorithm in VB?
Thanks
Printable View
Hi,
I am new to VB. Does anyone know how to write a binary search algorithm in VB?
Thanks
check out this Quicksort algorithm (VBScript)
http://www.4guysfromrolla.com/webtech/012799-2.shtml
sorry for my last post. You asked for bsearch not for quicksort.
I guess, it's just too early :-)
check out this link: it has a bsearch algorithm for a list/combobox. Should be easy to adapt to your needs.
http://www.planetsourcecode.com/vb/s...txtCodeId=2075