More actions
No edit summary |
|||
Line 9: | Line 9: | ||
== Examples == | == Examples == | ||
<source | <source lang="javascript"> | ||
DCS_use(37244952); | DCS_use(37244952); | ||
Tabulation_addText("Table: Age"); | Tabulation_addText("Table: Age"); |
Revision as of 04:33, 22 March 2012
Tabulation_addText
Add text into the Tabulation result. Please take a look at the below example for more detail.
Syntax
Tabulation_addText(text)
Parameters
- text: is the text you want to add to the your tabulation result. It is a string type
Examples
DCS_use(37244952);
Tabulation_addText("Table: Age");
createFrequenceDiagram("S_Age");