Hi Alex.
It can happen if there is some invisible tag on the line.
You can use another way of table definition described on my Web
which keep table Header and body together:
<<Scan(B);While(condition);SkipIf(condition);Calc(...); TblRow1(condition for row1);TblRow2(condition for row2);TblRow3(condition for row3)...>>Example for table scan (simple table with header, one datarow to repeat and footer):
<<Scan(B);TblRow1(Header);TblRow2();TblRow3(Footer)>>
Header col1 Header col2
Data col1 Data col2
Footer col1 Footer col2<<EndScan(B)>>
I hope it helps
Tomas
Dne sobota 11. října 2025 v 11:22:29 UTC+2 uživatel alex napsal: