posted 18 years ago
nevermind, lol
I used String.replaceAll(substring a, string b);
I have two recursive methods that needed to call it,
and only had it in one...
so say i had this string at current outcome..
(S)RRR())S)
the actual outcome was (())RRR())())
because i only had the converting method in the S() function..
I figured it out...
here is the code:
Justin
[ September 23, 2006: Message edited by: Justin Fox ]
You down with OOP? Yeah you know me!