Tabulation setTotalRespondentText

From Catglobe Wiki
Revision as of 10:47, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Tabulation_setTotalRespondentText

Set the text for the total respondent 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".

Syntax

Tabulation_setTotalRespondentText(text)

Arguments

text: is string

Return value

empty

Example

Tabulation_setTotalRespondentText("Total respondents");

number a = createFrequenceDiagram("Single");

Availability

Version 5.8.1