Hi experts,
Could you please let me know what does this mean by reference COLHEAD(4,0) and COLHEAD(4,1) in Demo example: a16.f7.v5
Thanks!
Hi experts,
Could you please let me know what does this mean by reference COLHEAD(4,0) and COLHEAD(4,1) in Demo example: a16.f7.v5
Thanks!
Hi @New ,
The 1st parameters is the column number (it starts from 0)
The 2nd parameter is the column index, if there is only 1 column, it is always 0, if there are stacked dimensions on columns, it is 0 to the “lowest positioned” one, then 1, then 2, etc…
Might be worth checking the documentations, Here some links that might be helpful for you:
When this feature was released:
From the free hands-on training available on the Apliqo Docs:
Hope this helps!
Thanks @rmazziero !