View Single Post
Old Dec 8th, 2005, 3:55 PM   #3
JDStud6
Programmer
 
Join Date: Jan 2005
Location: Charleston, SC www.wareonearth.com
Posts: 57
Rep Power: 4 JDStud6 is on a distinguished road
Send a message via AIM to JDStud6
double i = 5;
String str = Double.toString(i);
JDStud6 is offline   Reply With Quote