resolution of Time in Rev
Jim Hurley
jhurley at infostations.com
Fri Aug 19 14:36:10 EDT 2005
Jon,
I should have pointed out in my previous response that the way to
find these problems in the future is to use the RR debugger. If you
set a break point at the line:
if currTime < mostRecentFTPTime then...
and if you open the "Variable watcher" you would see that the
variable mostRecentFTPTime is empty on each go around. You would
then easily recognize the need for permanence, either using a global
or custom variable.
Jim
More information about the use-livecode
mailing list