miab2234 Posted December 15, 2008 Report Share Posted December 15, 2008 Hallo Guys, I want to make a programm which gives an output of number of words, symbols,vowels and consonants,when i enter a Textdata.Do someone have such example ,which can help me Waiting for reply Best regrads, Miab Quote Link to comment
Aristos Queue Posted December 15, 2008 Report Share Posted December 15, 2008 Post your best attempt so far and we may be able to help you from there, but an open request like this is hard to answer without just giving you the answer. You probably want to read the online help for the "Scan String for Tokens" function. At the bottom of the help is links to shipping example programs that should help you. Quote Link to comment
Clio75 Posted December 15, 2008 Report Share Posted December 15, 2008 QUOTE (miab2234 @ Dec 14 2008, 01:09 PM) I want to make a programm which gives an output of number of words, symbols,vowels and consonants,when i enter a Textdata.Do someone have such example ,which can help me Something like this maybe. I hope someone can find a way to make it more modular. I feel the case(counter) part is not very good. Quote Link to comment
miab2234 Posted December 15, 2008 Author Report Share Posted December 15, 2008 QUOTE (Clio75 @ Dec 14 2008, 08:17 PM) Something like this maybe. I hope someone can find a way to make it more modular. I feel the case(counter) part is not very good. hallo Guys, First Thanks Cilo for ur programm but i cant manage to make to write the codes of in Case Structure programm.I worked out on it too.I attached ur programm too.Can someone edit it further (or Cilo)! And I was trying to do in another way.Downside is the example of mine too .I am getting the number of words but i think its not so exact.Please checkout my programm and correct it please or is there any other possiblity of doing to more easier? I think the Cilo programm is much easier but i an not managing to write the code for Number of words,Symbols,vowels and consonants. Hi Guys it will be very nice from u all,if i can get the Answer as soon as possible Waiting for reply Miab Quote Link to comment
Clio75 Posted December 16, 2008 Report Share Posted December 16, 2008 QUOTE (miab2234 @ Dec 15 2008, 12:18 AM) I think the Cilo programm is much easier but i an not managing to write the code for Number of words,Symbols,vowels and consonants. http://lavag.org/old_files/monthly_12_2008/post-10422-1229339348.jpg' target="_blank"> Something like this. This will add one to the "test counter" control. Do the similar to the other cases. P.S. The blue boxes are local variables. just in case you didn't know it. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.