Computer Science Canada String Splicing for Information. |
Author: | copthesaint [ Wed Jul 22, 2009 7:48 pm ] | ||
Post subject: | String Splicing for Information. | ||
I was working on this when I had gotten a very odd logical error. Every line is explained so it should be easy to understand what I made. It would be very helpful if someone were to help me solve my error. Please donot post unless advice for myself such as using parameters, for what I'm making, This is the best way to go. Thanks to whom ever spends any time trying to help me. Good Luck ![]()
|
Author: | DemonWasp [ Wed Jul 22, 2009 9:04 pm ] |
Post subject: | RE:String Splicing for Information. |
If you're just wanting to split strings around a given delimiter, then I've already solved that problem for you. Just use download the String.t file, include it and you can use a String with a StringTokenizer to split an arbitrary string around another arbitrary string...just like in a real language! |
Author: | copthesaint [ Thu Jul 23, 2009 3:32 pm ] | ||
Post subject: | Re: String Splicing for Information. | ||
Ok I see none have soved the problem anyways, I knew I was missing somethin small, He is the fixed code without comments. I just forgot 2 exit statements.
|