I'm relatively new to this...
I'm trying to perform replace.all that will replace all instances of "PRICING" in a string with a numerical value which is also a variable: PRICE
SUBSCRIPTION = SUBSCRIPTION.replaceAll("PRICING",PRICE);
Below is the error i get.
Error in method invocation: Method replaceAll( java.lang.String, double ) not found in class'java.lang.String'
Thanks for your help