Hello all!
I would like some help with the code below. I would like to write the following using a for loop. Can anyone help?
frmResult.flgPr int.set_ColWidt h(0, 2800)
frmResult.flgPr int.set_ColWidt h(2, 2800)
frmResult.flgPr int.set_ColWidt h(4, 2800)
frmResult.flgPr int.set_ColWidt h(6, 2800)
frmResult.flgPr int.set_ColWidt h(8, 2800)
Thanks
I would like some help with the code below. I would like to write the following using a for loop. Can anyone help?
frmResult.flgPr int.set_ColWidt h(0, 2800)
frmResult.flgPr int.set_ColWidt h(2, 2800)
frmResult.flgPr int.set_ColWidt h(4, 2800)
frmResult.flgPr int.set_ColWidt h(6, 2800)
frmResult.flgPr int.set_ColWidt h(8, 2800)
Thanks
Comment