Hi,

I am currently running crazy with a very simple AWK skript... but for any 
reason awk does not read any floating point variables from my trace file

----------------------------------------
BEGIN{
}

{
    time = $3
    printf("Time: %.6g    \n", $3)
}
END{
}
---------------------------------------------

The problem is, that I the script just prints the first number and ignors all 
other digits

e.g. 0.499890716 --> 0

I also tried printing it as a string, that works, but I cannot use it for any 
calculation...

Please help!!!!!!






        
                
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de

Reply via email to