Hi, thank you in advance to anyone who can help me out...i need to change a "double" into a "String"...
i tried to use the myString = myDouble.toString(), but it said that i couldn't dereference double...i need to turn the double into a String because i am placing the value into a setText() method...if i try to put the double in as an argument it says it is not allowed...i assume i need to put in a String argument, setText(String)...any info will be much appreciated....
also, i was curious if there is a "forward space" command just like the "back space" command...i know the back space is "\b" but i wanted to delete text from the front of a string using the forward space command...
Thank you all![]()


Reply With Quote



Bookmarks