11-17-2017, 05:04 AM
Hi all,
This is my very first question on this website, as I found this site to very helpful. My question is how can I iterate through different value from the data table.
For example this is what I have
FirstName lastName Age
John. Doe. 27
Jane. Doe. 37
Mary Jane. 36
So I want the datatble to write 27 for the first row 37 on the second and so on.
Can someone please help me write a loop for this so I can achieve the desired results. Thank you in advance
This is my very first question on this website, as I found this site to very helpful. My question is how can I iterate through different value from the data table.
For example this is what I have
FirstName lastName Age
John. Doe. 27
Jane. Doe. 37
Mary Jane. 36
So I want the datatble to write 27 for the first row 37 on the second and so on.
Can someone please help me write a loop for this so I can achieve the desired results. Thank you in advance