Hallo everyone,
I, try to remove the zero values from column, by use Prec(ARRAY, precision ) function and its not remove it there are any recommend function to remove it
You should not use Prec() at all. Formatting is controlled by format
parameter (3rd argument of AddColumn()
call)
AddColumn( V, "Vol1", 1.0 ); // 1.0 means no decimal part, 1.4 -four decimal digits (default)
Please DO read the manual
https://www.amibroker.com/f?addcolumn
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.