Hi all!
I have read a line of text from a file with awk which is a floating point number. Now i want to multiply this float with 100, but it didnt work - the fractional part is missing:
String: 0000018.50
Float: 18,000000
Whats the problem? I dont have any idea what i am making wrong....
Thank you in advance
Greetings!