Ran into a snag, as usual.
My lame search process.
I have a .dat file which contains some info, I don't think it's worthy of sqlite.
Currently, I get Data from a combobox selection.
Then the data (single word) is used in a String.Find process.
It searches the value names of the .dat file and if the word is found that value name (title) and it's data is added to anther combobox.
My problem is, beside the basic design, is that using only one word it limits the search results of the dat file. Using more then one word in the Data slot of the first combobox also causes limitations.
What I think I should do is put a deliminated string of keywords in the data slot. BUT I can't seem to get the DelimitedStringToTable to work so I can cycle through each keyword. I keep getting errors using the script provided in ams. (scatches head)
Any help, or new ideas, would be appreciated![]()



