Niepotrzebne zaokrąglanie
Witam.
Co muszę zmienić w kodzie jak poniżej, żebym nie miał zaokrąglenia do całości?
Kod:
int iPrzel = 1234
float fPrzel=iPrzel/1000
string sPrzel=using "%.3f", fPrzel
//message sPrzel
buf=sPrzel
replace ".", ","
sPrzel=buf
print sPrzel