Toggle menu
868
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.
Revision as of 08:27, 29 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Tabulation_setPctText

Set value to DiagramParameter's PctText (Default text in English is "(pct)")

Syntax

Tabulation_setPctText(text)

Arguments

  • text: is string

Return value

empty

Example

Tabulation_setPctText("Cgscript set PctText");

number a = createFrequenceDiagram("Single");

//Result: Pct text is "Cgscript set PctText"

Availability

Version 5.7