Hi, I am experiencing a really strange problem with e prime.<br><br>It is something simple like this: <br><br><br>Debug.print "1 WhiteDot ACC=" & whiteDot.ACC<br><br>If whiteDot.ACC=1 Then<br><br><br>Debug.print "2 WhiteDot ACC=" & whiteDot.ACC<br>end if <br><br>What the debug print is sometimes <br><br>1 WhiteDot ACC=1<br>2 WhiteDot ACC=1<br><br>and sometimes <br><br>1 WhiteDot ACC=0<br>2 WhiteDot ACC=1<br><br>and sometimes <br><br>1 WhiteDot ACC=0<br>2 WhiteDot ACC=0<br><br><br><br>Assuming that the answer to WhiteDot is always ACCurate and that if I print the whiteDot.ACC in a following inline function it always returns 1, i think that the problem is that  ACC value of WhiteDot slide doesn't update instantly. The problem is that in the real inline function  I have to do an operation if whiteDot.ACC=0, so it has to be updated instantly after the slide! How can I be sure that this occours?<br><br><br><br>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/SobbgTsCHeUJ">https://groups.google.com/d/msg/e-prime/-/SobbgTsCHeUJ</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />