Re: integer value too large?
- From: tickle007 <tickle_bond@xxxxxxxxx>
- Date: 28 Apr 2007 14:34:19 -0700
On Apr 28, 5:00 pm, Mark Janssen <mpc.jans...@xxxxxxxxx> wrote:
What is your Tcl version? If it is 8.4 the value in $wait_time might b
too large. Also you probably dont want the [...] but {...} but this is
impossible to say without knowing what ... is.
Can you put the whole script (or a couple of lines around this command
it the whole script is too large) to give us some more info as to why
it fails?
This is on an ActiveState 8.4 version of Tcl on Windows XP.
Apparently, the value in the "after" amount is too big. We traced the
error. A span of about 8 months was converted to milliseconds. This
was first seen by a QA analyst where they are supposed to enter a few
minutes, but they entered a few months.
Is there a limit on how frequently after the command works?
Also what is the traceback you get after the error? If you are doing
this interactively you can get the traceback with:
set ::errorInfo
Mark
.
- Follow-Ups:
- Re: integer value too large?
- From: Larry W. Virden
- Re: integer value too large?
- From: Mark Janssen
- Re: integer value too large?
- References:
- integer value too large?
- From: tickle007
- Re: integer value too large?
- From: Mark Janssen
- integer value too large?
- Prev by Date: Re: integer value too large?
- Next by Date: Re: integer value too large?
- Previous by thread: Re: integer value too large?
- Next by thread: Re: integer value too large?
- Index(es):
Relevant Pages
|