Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone.
I am trying to run a loop that will go from column 3 till the last coumn. The last column number will however vary, therefore I needed to know if there is a command to find the last column of a table please?
Regards,
Ashley.
Maybe you can use NoOfFields to get the number of columns in a table.
LET vNcolumns= NoOfFields('Table name');
Hi.
Thank you.
Our user has changed some of their requirements now but I will try it should I still need it.
Regards,
Ashley.
Hi.
Thank you.
Our user changed her requirement so if I still need it, I will try it out.
Regards,
Ashley.