Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ARRAY_SUBS Error
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
TimR  
View profile  
 More options Jun 25, 5:02 am
From: TimR <t...@swordfishgroup.com>
Date: Thu, 25 Jun 2009 02:02:35 -0700 (PDT)
Local: Thurs, Jun 25 2009 5:02 am
Subject: ARRAY_SUBS Error
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.

Any ideas?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Willmore  
View profile  
 More options Jun 25, 2:03 pm
From: Bruce Willmore <brucewillm...@comcast.net>
Date: Thu, 25 Jun 2009 11:03:24 -0700 (PDT)
Local: Thurs, Jun 25 2009 2:03 pm
Subject: Re: ARRAY_SUBS Error
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Igor Micev  
View profile  
 More options Jun 25, 3:50 pm
From: Igor Micev <igormi...@gmail.com>
Date: Thu, 25 Jun 2009 12:50:42 -0700 (PDT)
Local: Thurs, Jun 25 2009 3:50 pm
Subject: Re: ARRAY_SUBS Error
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Idle  
View profile  
 More options Jun 25, 5:59 pm
From: Jim Idle <j...@temporal-wave.com>
Date: Thu, 25 Jun 2009 16:59:13 -0500
Local: Thurs, Jun 25 2009 5:59 pm
Subject: Re: ARRAY_SUBS Error
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Idle  
View profile  
 More options Jun 25, 6:00 pm
From: Jim Idle <j...@temporal-wave.com>
Date: Thu, 25 Jun 2009 17:00:30 -0500
Local: Thurs, Jun 25 2009 6:00 pm
Subject: Re: ARRAY_SUBS Error
Not In proper emulation mode though.

Jim

On Jun 25, 2009, at 2:50 PM, Igor Micev <igormi...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
VK  
View profile  
 More options Jun 26, 3:55 am
From: VK <kzm...@yahoo.com>
Date: Fri, 26 Jun 2009 00:55:52 -0700 (PDT)
Local: Fri, Jun 26 2009 3:55 am
Subject: Re: ARRAY_SUBS Error
Hi,
Are you talking about a local routine? If yes then post the source
here.

VK

On Jun 26, 2:00 am, Jim Idle <j...@temporal-wave.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Road Jogger  
View profile  
 More options Jun 29, 4:27 am
From: Road Jogger <roadjog...@gmail.com>
Date: Mon, 29 Jun 2009 10:27:51 +0200
Local: Mon, Jun 29 2009 4:27 am
Subject: Re: ARRAY_SUBS Error

If your routine is doing some a/cing etc... then set the VARIABLE V.....


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Klein  
View profile  
 More options Jun 29, 12:27 pm
From: Daniel Klein <danielklei...@gmail.com>
Date: Mon, 29 Jun 2009 12:27:47 -0400
Local: Mon, Jun 29 2009 12:27 pm
Subject: Re: ARRAY_SUBS Error
Perhaps I should put a Babel Fish in my ear to translate this into
something that makes sense.

Dan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
VK  
View profile  
 More options Jun 30, 6:56 am
From: VK <kzm...@yahoo.com>
Date: Tue, 30 Jun 2009 03:56:20 -0700 (PDT)
Local: Tues, Jun 30 2009 6:56 am
Subject: Re: ARRAY_SUBS Error
Again, is it a local routine?
Possibly calling F.WRITE or F.READU many times (in a loop?)

Do you do it more times than the figure in SPF field CACHE.SIZE ?

VK

On Jun 29, 8:27 pm, Daniel Klein <danielklei...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google