Logan_Noob
New Member
- Joined
- Jul 28, 2012
- Messages
- 2
Hi Every1,
I have got myself a little trouble..
The functionality of the code is quite simple but i being a beginner am not able to do it .
I have 3 columns
I am trying to fetch the value of each cell in the 1 st column as the counter for the loop and then use it to repeatedly print the data of the 2 nd column into the target that is the 3 rd column.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]NumberofIteration[/TD]
[TD]DataToBeRepeated(String)[/TD]
[TD]Target Block[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]L01[/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]L02[/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]L02[/TD]
[TD][/TD]
[TD]L02[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]L01[/TD]
[TD][/TD]
[TD]L02[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
</tbody>[/TABLE]
Your help is highly appreciated .Thanx in advance
Regards
Logan_Noob
I have got myself a little trouble..
The functionality of the code is quite simple but i being a beginner am not able to do it .
I have 3 columns
- Number of iterations
- Data to be repeated
- Target block
I am trying to fetch the value of each cell in the 1 st column as the counter for the loop and then use it to repeatedly print the data of the 2 nd column into the target that is the 3 rd column.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]NumberofIteration[/TD]
[TD]DataToBeRepeated(String)[/TD]
[TD]Target Block[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]L01[/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]L02[/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]L02[/TD]
[TD][/TD]
[TD]L02[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]L01[/TD]
[TD][/TD]
[TD]L02[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]L01[/TD]
[/TR]
</tbody>[/TABLE]
Your help is highly appreciated .Thanx in advance
Regards
Logan_Noob
Last edited: