Difference between revisions of "Tabulation setTotalAnswerText"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
[[Category:Text setting functions]] | [[Category:Text setting functions]] | ||
− | | + | {{HelpFiles}} |
=====Tabulation_setTotalAnswerText===== | =====Tabulation_setTotalAnswerText===== |
Revision as of 11:19, 12 December 2011
Tabulation_setTotalAnswerText
Set the text for the total answers row, which is one of the statistical rows that can be shown for tables. If this function is not used then the label for the row will just be the default value "Total answers".
Syntax
Tabulation_setTotalAnswersText(text)
Arguments
- text: is string
Return value
empty
Example
Tabulation_setTotalAnswersText("Total answers text");
number a = createFrequenceDiagram("Multi");
Availability
Version 5.8.1