how can i convert a float to a double with out a warning..
thx
Printable View
how can i convert a float to a double with out a warning..
thx
double dVar1;
float fVar2;
dVar1 =(double)fVar2;
no warning warranty!!!
Marc
Industrial Software Developer
read yer book on type casting