Tabulation setPctText: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import  |
No edit summary  |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{HelpFiles}} | |||
 | |||
=====Tabulation_setPctText===== | ===== Tabulation_setPctText ===== | ||
Set value to DiagramParameter's PctText | Set value to DiagramParameter's PctText (Default text in English is "(pct)") | ||
'''Syntax''' | '''Syntax''' Â | ||
Tabulation_setPctText(text) | Tabulation_setPctText(text) Â | ||
'''Arguments''' | '''Arguments''' Â | ||
* text: is string | *text: is string | ||
'''Return value''' | '''Return value''' Â | ||
empty | empty  | ||
'''Example''' | '''Example''' Â | ||
Tabulation_setPctText("Cgscript set PctText"); | ''Tabulation_setPctText("Cgscript set PctText"); '' | ||
number a = createFrequenceDiagram("Single"); | ''number a = createFrequenceDiagram("Single"); '' | ||
'' | ''//Result: Pct text is "Cgscript set PctText" '' | ||
Version 5.7 | '''Availability''' | ||
__NOTOC__ | Â | ||
<!-- imported from file: 7556.htm--> | Version 5.7 __NOTOC__ <!-- imported from file: 7556.htm--> Â | ||
 | |||
[[Category:Text_setting_functions]] | |||
Latest revision as of 08:27, 29 December 2011

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