Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setStdErrorText: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg van (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
{{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);''


Tabulation_setStdErrorText("SE");
''number a = createFrequenceDiagram("Civil_status"); ''


number a = createFrequenceDiagram("Single");
''//Result: Text of Standard error row is "Standard error".''


'''Availability'''
''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 09: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 Note: This function should be paired with function Tabulation_setStdError.

Availability

Version 5.7