Difference between revisions of "Tabulation setStdErrorText"
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | | ||
− | =====Tabulation_setStdErrorText===== | + | ===== Tabulation_setStdErrorText ===== |
− | Set StdError text | + | Set StdError text |
− | '''Syntax''' | + | '''Syntax''' |
− | Tabulation_setStdErrorText(text) | + | Tabulation_setStdErrorText(text) |
− | '''Arguments''' | + | '''Arguments''' |
− | * text: is string | + | *text: is string |
− | '''Return value''' | + | '''Return value''' |
− | empty | + | empty |
− | '''Example''' | + | '''Example''' |
− | setShowMode(Diagram_ShowModeType_Absolute); | + | ''setShowMode(Diagram_ShowModeType_Absolute);'' |
− | Tabulation_setStdError(true); | + | ''Tabulation_setStdError(true);'' |
− | + | ''number a = createFrequenceDiagram("Civil_status"); '' | |
− | + | ''//Result: Text of Standard error row is "Standard error".'' | |
− | '' | + | ''Tabulation_setStdErrorText("SE"); '' |
− | Version 5.7 | + | ''a = createFrequenceDiagram("Civil_status"); '' |
− | __NOTOC__ | + | |
− | <!-- imported from file: 7568.htm--> | + | ''//Result: New text of Standard error row is "SE".'' |
+ | |||
+ | ''{{note}} This function should be paired with function [http://wiki.catglobe.com/index.php?title=Tabulation_setStdError Tabulation_setStdError].'' | ||
+ | |||
+ | '''Availability''' | ||
+ | |||
+ | Version 5.7 __NOTOC__ <!-- imported from file: 7568.htm--> | ||
+ | |||
+ | [[Category:Text_setting_functions]] |
Latest revision as of 10:39, 29 December 2011
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: This function should be paired with function Tabulation_setStdError.
Availability
Version 5.7