Hi,
I need a way to extract the total number of columns of specific table by scripting (for example: 5 columns total below). Can someone help me on this?
Thanks
Go to Solution
dt = current data table();
nc = ncols(dt);
View solution in original post