-
Need a bit of Help
If you have a certain amount words in an array saved in a text file and would like too trancate the words to appear in a text box how would you do that. For example
the,cat,black
is, on, head
table,when ,love
how would you write the code so that the sentence
the cat is on the table ......to appear in a text box
thanks guys i know some can help
-
well to do that based on your example file you would have to have some way of identifying the words that you want to string together and the words you want to ignore. Is there a set list of words or is this to be dynamic?
-