Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.misc > #493

Re: Program execution problem Rev1

From "R.Wieser" <address@not.available>
Newsgroups comp.lang.basic.misc
Subject Re: Program execution problem Rev1
Date 2020-09-01 10:02 +0200
Organization Aioe.org NNTP Server
Message-ID <rikv7d$17mm$2@gioia.aioe.org> (permalink)
References <FEc1H.81519$lZ.36976@fx12.iad> <ridf81$1mb9$1@adenine.netfront.net> <S3f3H.2222$6w2.829@fx44.iad> <_9k3H.66155$tL.1124@fx15.iad>

Show all headers | View raw


Robert,

>     GOSUB READIKW       '**NO "READIKW" PRINTOUT

Well duh!   You commented that line out. :-)

> 2) Skips every other SJ keyword

Your main loop (for lwd = 1 to 164) contains *three* 'gosub readjs' calls. 
My guess is that it goes wrong there.    You might try to move the first one 
/above/ the 'for' loop.

>   Comments?

A few.

No indication of the used basic variant.   That makes it hard to even do a 
syntax check on the code.

No (samples of) the datafiles, meaning that I (we) cannot run that code and 
spot where it goes wrong.

No attempt to simplify the code (using dummy datafiles or even static data) 
(making it easier to spot where it goes wrong)


"Writing programs is easy.  Just let your cat walk over the keyboard a few 
times and you're done.
The hard part is to figure out what/where it goes wrong when it does 
something else than you expected."

Regards,
Rudy Wieser

Back to comp.lang.basic.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Program execution problem "R.Wieser" <address@not.available> - 2020-08-29 13:46 +0200
  Re: Program execution problem Robert Baer <robertbaer@localnet.com> - 2020-08-31 15:45 -0700
    Re: Program execution problem Rev1 Robert Baer <robertbaer@localnet.com> - 2020-08-31 21:32 -0700
      Re: Program execution problem Rev1 "R.Wieser" <address@not.available> - 2020-09-01 10:02 +0200
    Re: Program execution problem "R.Wieser" <address@not.available> - 2020-09-01 09:35 +0200
      Re: Program execution problem Robert Baer <robertbaer@localnet.com> - 2020-09-01 13:30 -0700
        Re: Program execution problem "R.Wieser" <address@not.available> - 2020-09-02 08:43 +0200

csiph-web