Toggle menu
868
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 09:39, 29 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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