Re: integer value too large?
- From: Mark Janssen <mpc.janssen@xxxxxxxxx>
- Date: 28 Apr 2007 14:00:52 -0700
On Apr 28, 10:35 pm, tickle007 <tickle_b...@xxxxxxxxx> wrote:
I am getting this error:
"integer value too large to represent as non-long integer"
The command itself is "after $wait_time [...]". Any suggestons how to
resolve this?
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?
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: tickle007
- Re: integer value too large?
- References:
- integer value too large?
- From: tickle007
- integer value too large?
- Prev by Date: integer value too large?
- Next by Date: Re: integer value too large?
- Previous by thread: integer value too large?
- Next by thread: Re: integer value too large?
- Index(es):
Relevant Pages
|