Post a source GCB with the tests. Cutting from here may change the character code. Thanks
All the outputs are generated automatically. We were provided the tool and tooling years ago. We just edit the source files and press an icon to make and publish all the formats. And, this also get published to https://github.com/GreatCowBASIC/Help/wiki/inittimer0 If this needs to be resolved we will need an HTML expert and then they will have to change source tools we use, or, someone with Claude.io as AI should be able to sort this.
TonyG overlooked these cases when he developed the new enahanced table parser. table test 1, 2 '" comment that starts with a " 3, 4 //comment 5 ,6 ; comment end table Two bugs found and both fixesd in TableString: Bug 1 — Root cause: InStrRev on line 4361 runs before comments are stripped 0,1,2 '" — the InStrRev scan finds the " after the ' and truncates TempDS to include it. That stray " then makes ClosedQuote = 1 (odd), which fires the NoClosingQuote error. Same problem with // — a " after // would...
I get ' Error: Missing closing double quote in Table source: 0,1,2 '"' which makes sense. So, this looks ok.
Lower screen resolution. Does that fix? But, are those formats have same issue?
Use one of the alternative help formats. This has not been reported before - try another browser. See https://sourceforge.net/p/gcbasic/discussion/579126/thread/60eef018/#c56f
I need to ask. What is different from ROTATE SIMPLE?
If you want to change the source. Do this. Start GCSTUDIO, select the Spanner, this will show a list of other options. Take the GCBASIC compiler option. Now when it open GCODE the compiler tools are available using function F4. The source files are in your GBASIC folder.