CalcIt Commands

BOLD

Changes the BOLD font style of any column at Calculations List. The first parameter must be a number between 1 and 3 corresponding to each column at calculation list. The second controls if the BOLD font style will apply or removed in the specified column of the Calculation.

if(r>0);
 r:=Bold(1);
else
 r:=Bold(1);
end;

Returns true or false depending if the previous style was BOLD or not.

See also ITALIC, COLOR.

Go Back