searching within a text file for specitic words eg if statem

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Danger Dave

searching within a text file for specitic words eg if statem

Post by Danger Dave »

I'm having trouble writing a java program to test another java program, saved as txt file, to see if its too complicated by McCabe's law. I have written most of the file but dont know how to search for if,while statements etc... please help
Sharad Agarwal

Re: searching within a text file for specitic words eg if st

Post by Sharad Agarwal »

Could you please elaborate? The fact that nobody has responded yet leads me to believe that others have not understood your query very well either.

Warm regards,
Sharad Agarwal
Danger Dave

Re: searching within a text file for specitic words eg if st

Post by Danger Dave »

Well I found out that you need to use String Tokeniser to do this, but i dont know how to use it.
*********************************************************************************************
Q. How do you use String Tokeniser to Split up a sentence, that has been read in as a String?
Danger Dave

Re: searching within a text file for specitic words eg if st

Post by Danger Dave »

Thanks for the reply tell me to explain myself more, i do that sometimes, just because i understand what im talking about doesn't mean that anyone else will.
Post Reply