I am working on a search function to compare strings, one provided by the user (search string) and the other provided by existing data (listview item/text).
I have no clue where to start, I've looked up the compare and compareordinal methods but they don't open up to me.
For example , user searches for "book", and the listview has several matching items such as "ebook", "book store" "booking" or similar *book* strings.
Anyone who could point me to a direction? Any use of the Like-statement?
Thanks for any replies
-tutuster-
I have no clue where to start, I've looked up the compare and compareordinal methods but they don't open up to me.
For example , user searches for "book", and the listview has several matching items such as "ebook", "book store" "booking" or similar *book* strings.
Anyone who could point me to a direction? Any use of the Like-statement?
Thanks for any replies
-tutuster-