I have no idea what I was doing wrong before but it's working now. Sorry! Tom Lake -----Original Message----- From: bugs@bwbasic.p.re.sourceforge.net bugs@bwbasic.p.re.sourceforge.net On Behalf Of Paul Edwards Sent: Monday, September 8, 2025 4:07 AM To: [bwbasic:bugs] 14@bugs.bwbasic.p.re.sourceforge.net Subject: [bwbasic:bugs] #14 MAT READ Not Implemented It appears to be operating as designed. I don't know if the design is wrong though. Here are the systems that "MAT READ" is supposed to run on:...
MAT READ Not Implemented
The ECMA-116 choice doesn't follow the standard for strings. It uses MID$ to get characters. The standard uses an substring notation so that to print characters 2 through 4 , you'd do this: A$="THIS IS A TEST" PRINT A$(2:4) HIS Also, the MAT statements are missing. Are there any plans to increase compatibility?
I thought you were daring us to try it! -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of Patrick McCavery Sent: Saturday, October 19, 2024 1:04 AM To: [gnucobol:discussion] lounge@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion] Lame joke I can relate! Lame joke Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnucobol/discussion/lounge/ To unsubscribe from further...
I seem to remember some sample data files that go with GnuCOBOL programs. I have a program with PROGRAM-ID. REPORT-WRITER that I must have downloaded from somewhere but can't remember where. It uses the data file INPFILE.TXT but I don't have that on my PC. Does anyone know where I can find the program and its data file? IDENTIFICATION DIVISION. PROGRAM-ID. REPORT-WRITER. ENVIRONMENT DIVISION. INPUT-OUTPUT SECTION. FILE-CONTROL. SELECT INPUT-FILE ASSIGN TO INPUT,"INPFILE.TXT". SELECT PRINT-FILE ASSIGN...
I seem to remember some sample data files that go with GnuCOBOL programs. I have a program with PROGRAM-ID. REPORT-WRITER that I must have downloaded from somewhere but can't remember where. It uses the data file INPFILE.TXT but I don't have that on my PC. Does anyone know where I can find the program and its data file?
I'm using precompiled GnuCOBOL 3.2 64-bit on Windows 11. I can compile a program from OpenCOBOL IDE and it runs fine from a Command prompt. When I try to run it from the OpenCOBOL IDE Run command, though, it opens a new copy of OpenCOBOL IDE and tries to edit the .exe file in that instead of opening a terminal and executing the file. I used to be able to run programs but I don't know what changed. I have the Run in external terminal box checked since I use a lot of SCREEN commands. What could be...
Sure make fun of Rene Descartes. No one even remembers the great philosopher Emile DeHors. These days everyone puts Descartes before DeHors.