<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<P>Hi All,<br>
<br>
Here below are 3 lines of code in chuck. How could I modify it to output the value of T in the chout?<br>
<br>
// this synchronizes to period<br>
0.75::second => dur T;<br>
T - (now % T) => now;<br>
// output to console on stdout<br>
chout <= 1 <= " foo " <= 5.5 <= IO.newline();<br>
<br>
Regards,<br>
<br>
Stephane<br>
<br>
</P>