Well it lens what it says. Did you look at the values in the debugger.
Logging out probably resets common and so you start again until
whatever bug is exposed again. As it is lime 1 it suggests a call
parameter is wrong or the subroutine parameter is wrong. But maybe the
debut info is not available.
Jim
On Jun 25, 2009, at 4:02 AM, TimR <t...@swordfishgroup.com> wrote:
> Hi,
> and be careful of the start index in ARRAYS, with jBase Basic it
> always starts with 1 by default.
> Igor
> On Jun 25, 8:03 pm, Bruce Willmore <brucewillm...@comcast.net> wrote:
>> Variable being used as a subscript for a dimensioned array is not
>> within the range that the array was DIMENSIONed for.
>> On Jun 25, 5:02 am, TimR <t...@swordfishgroup.com> wrote:
>>> We have a routine which sometime (not always) gets the following
>>> error
>>> ** Error [ ARRAY_SUBS ] **
>>> Array subscript out of range , Line 1 , Source I_IO.ROUTINES
>>> Trap from an error message, error message name = ARRAY_SUBS
>>> Line 1 , Source I_IO.ROUTINES
>>> jBASE debugger->
>>> It happens, then if the user logs out and in again it works okay.
> On Jun 25, 2009, at 2:50 PM, Igor Micev <igormi...@gmail.com> wrote:
> > Hi,
> > and be careful of the start index in ARRAYS, with jBase Basic it
> > always starts with 1 by default.
> > Igor
> > On Jun 25, 8:03 pm, Bruce Willmore <brucewillm...@comcast.net> wrote:
> >> Variable being used as a subscript for a dimensioned array is not
> >> within the range that the array was DIMENSIONed for.
> >> On Jun 25, 5:02 am, TimR <t...@swordfishgroup.com> wrote:
> >>> We have a routine which sometime (not always) gets the following
> >>> error
> >>> ** Error [ ARRAY_SUBS ] **
> >>> Array subscript out of range , Line 1 , Source I_IO.ROUTINES
> >>> Trap from an error message, error message name = ARRAY_SUBS
> >>> Line 1 , Source I_IO.ROUTINES
> >>> jBASE debugger->
> >>> It happens, then if the user logs out and in again it works okay.
> Perhaps I should put a Babel Fish in my ear to translate this into
> something that makes sense.
> Dan
> On Mon, Jun 29, 2009 at 4:27 AM, Road Jogger<roadjog...@gmail.com> wrote:
> > If your routine is doing some a/cing etc... then set the VARIABLE V.....
> > On Thu, Jun 25, 2009 at 11:02 AM, TimR <t...@swordfishgroup.com> wrote:
> >> We have a routine which sometime (not always) gets the following error
> >> ** Error [ ARRAY_SUBS ] **
> >> Array subscript out of range , Line 1 , Source I_IO.ROUTINES
> >> Trap from an error message, error message name = ARRAY_SUBS
> >> Line 1 , Source I_IO.ROUTINES
> >> jBASE debugger->
> >> It happens, then if the user logs out and in again it works okay.