Tabulation setStdErrorText

From Catglobe Wiki
Jump to: navigation, search



Tabulation_setStdErrorText

Set StdError text

Syntax

Tabulation_setStdErrorText(text)

Arguments

  • text: is string

Return value

empty

Example

setShowMode(Diagram_ShowModeType_Absolute);

Tabulation_setStdError(true);

number a = createFrequenceDiagram("Civil_status");

//Result: Text of Standard error row is "Standard error".

Tabulation_setStdErrorText("SE");

a = createFrequenceDiagram("Civil_status");

//Result: New text of Standard error row is "SE".

Note Note: This function should be paired with function Tabulation_setStdError.

Availability

Version 5.7