Hi all, got a curious one. Suppose I have a text box on a form. In that text box I type words which I want to use to perform a search with. The words would be de-limited by say ";" eg>
Car;Bus;Bike
I need to examine the contents of the text box a character at a time until I find the semi-colon. The characters preceeding the semi-colon are assigned to a string variable. Once a space is encountered that means the end of the string and shouyld initiate the search. I appreciate that for the first string the characters preceeding the semi colon will be assigned to a string and subsequent characters occuring after the semi-colon will be assigned toa string.
Anyone have any ideas please
Cheers, Lol
Car;Bus;Bike
I need to examine the contents of the text box a character at a time until I find the semi-colon. The characters preceeding the semi-colon are assigned to a string variable. Once a space is encountered that means the end of the string and shouyld initiate the search. I appreciate that for the first string the characters preceeding the semi colon will be assigned to a string and subsequent characters occuring after the semi-colon will be assigned toa string.
Anyone have any ideas please

Cheers, Lol
