Hi.
I have a columnar list which I would like to make it dynamic based on a number I input. So, if I have let's say the following columnar list how can I make it become shorter or longer based solely on my numerical input?
Input n=10
[TABLE="width: 64"]
<colgroup><col style="width:48pt" width="64"> </colgroup><tbody>[TR]
[TD="width: 64"]Car1[/TD]
[/TR]
[TR]
[TD]Car2[/TD]
[/TR]
[TR]
[TD]Car3[/TD]
[/TR]
[TR]
[TD]Car4[/TD]
[/TR]
[TR]
[TD]Car5[/TD]
[/TR]
[TR]
[TD]Car6[/TD]
[/TR]
[TR]
[TD]Car7[/TD]
[/TR]
[TR]
[TD]Car8[/TD]
[/TR]
[TR]
[TD]Car9
[/TD]
[/TR]
[TR]
[TD]Car10
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you.
I have a columnar list which I would like to make it dynamic based on a number I input. So, if I have let's say the following columnar list how can I make it become shorter or longer based solely on my numerical input?
Input n=10
[TABLE="width: 64"]
<colgroup><col style="width:48pt" width="64"> </colgroup><tbody>[TR]
[TD="width: 64"]Car1[/TD]
[/TR]
[TR]
[TD]Car2[/TD]
[/TR]
[TR]
[TD]Car3[/TD]
[/TR]
[TR]
[TD]Car4[/TD]
[/TR]
[TR]
[TD]Car5[/TD]
[/TR]
[TR]
[TD]Car6[/TD]
[/TR]
[TR]
[TD]Car7[/TD]
[/TR]
[TR]
[TD]Car8[/TD]
[/TR]
[TR]
[TD]Car9
[/TD]
[/TR]
[TR]
[TD]Car10
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you.