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

Tabulation setPctText: Difference between revisions

From Catglobe Wiki
No edit summary
Cg van (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Text setting functions]]
{{HelpFiles}}  
{{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"); ''


'''Availability'''
''//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