Skip to content

issue with tables below eachother #353

Closed Answered by Proektsoftbg
Erikbernhart asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! You should be careful with #hide keywords. If you need to hide a single line, you'd better to put #post immediately bellow it. But for that purpose the best solution is to enclose the single expression by html comment, e.g.: '<!--'i = i + 1'-->'. Bellow is the correct source code. Now it works:

#val
'<table class="bordered">
'<tr><th>Nr</th><th>lx</th><th>ly</th><th>h</th><th>kxi</th><th>kyi</th><th>xi</th><th>yi</th><th>kxi*yi</th><th>kyi*xi</th></tr>
#while j > 0
'<!--'I = 0'--><tr>
#while I < i
'<!--'I = I + 1'--><td>'rvtab.(j; I)'</td>
#loop
'</tr><!--'j = j - 1'-->
#loop
'</table>
'
'<table class="bordered">
'<tr><th>Nr3</th><th>x</th><th>y</th><th>xr</th><th>yr</th><th>kx*yr^2</…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Proektsoftbg
Comment options

Answer selected by Erikbernhart
@Erikbernhart
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants