11-29-2010 11:40 PM
Hi
This simple program made with intention of calculating execution time of steps is apparently misbehaving.If i run the program,the indicator doesnt display the value.Hwever if i run this program using single step execution ,the indicator does display the correct value of time difference at the end...wht goin wrong??
Solved! Go to Solution.
11-29-2010 11:55 PM
You might want to try multiplying seconds by 1000 to get milliseconds.
12-03-2010 09:53 PM
thnks man ..tht was so stupid of me