i have a string : msg = "%this is test message%"
I am changing special character "%" = "%25"
msg.Replace("%","%25")
Its showing error ::
Error occurred on line: 49 (Main)
java.lang.ClassCastException: java.lang.String cannot be cast to anywheresoftware.b4a.shell.Shell$RemoteObject
at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.