manghero77
Guest
Hello, everyone!
That's another problem.
I want (or rather, I would like) to extract a bom in txt format with all parameters defined by the user.
I created a fmt file of this type:
.summary
.titles code; a; b; c; weight kg; d; and; f; g; h; i; l; m; n; o;
.row %[-25.25s]; %a[-35.35s]%b[-35.35s]; %c[-35.35s]% weight[10.4f]; %[-15.15s]; %e[-11.11s]; %f[6.6s]; %g[-11.11s]; %h[6.6s]; %i[-11.11s]; %l[2.2s]; %m[2.2s]; %n[20.20s]; %o[-6.6s];
when launching the bom should result in a list of 15 columns.... .
Instead, he leaves me this error message:
%error - format specifier too large or line too long
what does that mean? Is there a length limit? ? 
Thank you 1000!:biggrin:
That's another problem.
I want (or rather, I would like) to extract a bom in txt format with all parameters defined by the user.
I created a fmt file of this type:
.summary
.titles code; a; b; c; weight kg; d; and; f; g; h; i; l; m; n; o;
.row %[-25.25s]; %a[-35.35s]%b[-35.35s]; %c[-35.35s]% weight[10.4f]; %[-15.15s]; %e[-11.11s]; %f[6.6s]; %g[-11.11s]; %h[6.6s]; %i[-11.11s]; %l[2.2s]; %m[2.2s]; %n[20.20s]; %o[-6.6s];
when launching the bom should result in a list of 15 columns.... .
Instead, he leaves me this error message:
%error - format specifier too large or line too long
Thank you 1000!:biggrin: