Difference between revisions of "Tabulation setPctText"

From Catglobe Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Text setting functions]]
+
{{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 10: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