Hello, like from my previous thread, I’m new to webMethods and I’m trying to get a good hands on experience on it. I know I’m asking some strange questions here, but I really want to understand more of how it works. For what I’m doing right now, I want to print each of the values in a string table where the first column is the input, the second column is the values incrementing, and the third column is the outputs where it multiplies the cells from the first and second columns. Here is what I’m talking about:
[TABLE=“width: 500”]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3[/TD]
[TD]6[/TD]
[/TR]
[/TABLE]
and so on depending on your counter for the second column. The more number there is for the counter, the more rows that’s going to be added along with the calculations. I just at least need to know how I can get started onto this and understand what I need to do. Please let me know about it. Thanks!