CalcIt Commands

ITALIC(ColumnNo, MakeItalic)

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

if(r>0);
 noret Italic(TRUE);
else
 noret Italic(FALSE);
end;

Returns TRUE or FALSE depending if the previous style was italic or not.

Go Back