Hi,
just need a bit of help with the following.
I want to set up a sort of translation system. I have a textbox where users can type in the data as a string. then, once a button is pressed, the string is passed as a byval to a function where it is processed. Here's where i need help. I want to split up all the words in the string into different words into an array where the words are indentified with the space character (" "). After that, i can then match them to a database using the streamreader and then counting the number of lines down, i could then use that line number to find the corresponding line in another database which is in sync. Any ideas how i could go about spliting the string up?
Thanks
just need a bit of help with the following.
I want to set up a sort of translation system. I have a textbox where users can type in the data as a string. then, once a button is pressed, the string is passed as a byval to a function where it is processed. Here's where i need help. I want to split up all the words in the string into different words into an array where the words are indentified with the space character (" "). After that, i can then match them to a database using the streamreader and then counting the number of lines down, i could then use that line number to find the corresponding line in another database which is in sync. Any ideas how i could go about spliting the string up?
Thanks