<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That was my first thought too, but I wanted to see code to see if
it's hard-coded or in a loop.<br>
<br>
On 10/26/10 11:04 AM, Brian Sheldon wrote:
<blockquote
cite="mid:AANLkTim=CHW2E2N7t=X3tcFgM9p=AebLBHKmj+KTiBdJ@mail.gmail.com"
type="cite">if you are using 0's in front of your numbers, then
java is assuming they are octal, not base 10... there is no 8 in
octal. <br>
<br>
<div class="gmail_quote">On Tue, Oct 26, 2010 at 10:55 AM, Oram,
Jackie <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:joram@osrhe.edu">joram@osrhe.edu</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div>
<div><span><font face="Arial" size="2">Hate to bother you
guys, but I need some guidance. </font></span></div>
<div><span></span> </div>
<div><span><font face="Arial" size="2">I am working with an
array defined as errorArray[9999][4][2]. I've
used the range of indices between and including
[1000][0][0] and [6000][4][0]. No problem. </font></span></div>
<div><span></span> </div>
<div><span><font face="Arial" size="2">The current section
of code that I am dealing with needs to use the range
of indices between [0000][0][0] and [0200][4][2].
I've gotten as far as [0070][1][2], but when I try to
go to [0080][0][0] and above I get an error message of
"integer number too large : 0080".</font></span></div>
<div><span></span> </div>
<div><span><font face="Arial" size="2">Can someone tell me
why I am getting this error?</font></span></div>
<div><span></span> </div>
<div><span><font face="Arial" size="2">Thank you in advance,</font></span></div>
<div><span></span> </div>
<font color="#888888">
<div><span><font face="Arial" size="2">Jackie</font></span></div>
</font></div>
<br>
_______________________________________________<br>
Jug mailing list<br>
<a moz-do-not-send="true" href="mailto:Jug@lists.okcjug.org">Jug@lists.okcjug.org</a><br>
<a moz-do-not-send="true"
href="http://lists.okcjug.org/listinfo.cgi/jug-okcjug.org"
target="_blank">http://lists.okcjug.org/listinfo.cgi/jug-okcjug.org</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Brian<br>
<br>
<a moz-do-not-send="true"
href="http://bubbasslagheapnpdeli.blogspot.com">http://bubbasslagheapnpdeli.blogspot.com</a><br>
<a moz-do-not-send="true" href="http://www.au.org">http://www.au.org</a><br>
<a moz-do-not-send="true" href="http://www.venganza.org">http://www.venganza.org</a><br>
Twitter id @okieBubba<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Jug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Jug@lists.okcjug.org">Jug@lists.okcjug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.okcjug.org/listinfo.cgi/jug-okcjug.org">http://lists.okcjug.org/listinfo.cgi/jug-okcjug.org</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Jason Lee
Senior Member of Technical Staff at Oracle
<a class="moz-txt-link-freetext" href="http://blogs.steeplesoft.com">http://blogs.steeplesoft.com</a></pre>
</body>
</html>