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

Tabulation addText: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
Created page with "= Tabulation_addText = Add text into the Tabulation result. Please take a look at the below example for more detail. == Syntax == Tabulation_addText(text) == Parameters == *..."
 
Tungocman (talk | contribs)
No edit summary
Line 1: Line 1:
= Tabulation_addText =  
= Tabulation_addText =  
Add text into the Tabulation result. Please take a look at the below example for more detail.
Add text into the Tabulation result. Please take a look at the below example for more detail.


== Syntax ==
== Syntax ==
Line 11: Line 9:


== Examples ==
== Examples ==
<source language="javascript">
DCS_use(37244952);
Tabulation_addText("Table: Age");
createFrequenceDiagram("S_Age");
</source>


 
__NOTOC__
[[category:Diagram/report generating CGScript functions]]
[[category:Diagram/report generating CGScript functions]]

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");