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 setAbsText: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg van (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Text setting functions]]

{{HelpFiles}}


=====Tabulation_setAbsText=====
=====Tabulation_setAbsText=====


Set text to Abs
Set text to Abs (Default text in English is "(abs)")


'''Syntax'''
'''Syntax'''
Line 20: Line 20:
'''Example'''
'''Example'''


Tabulation_setAbsText("So");
''Tabulation_setAbsText("So");''


number a = createFrequenceDiagram("Single");
''number a = createFrequenceDiagram("Single");''
 
''//Result: Abs text is "So"''


'''Availability'''
'''Availability'''

Latest revision as of 05:06, 29 December 2011



Tabulation_setAbsText

Set text to Abs (Default text in English is "(abs)")

Syntax

Tabulation_setAbsText(text)

Arguments

  • text: is string

Return value

empty

Example

Tabulation_setAbsText("So");

number a = createFrequenceDiagram("Single");

//Result: Abs text is "So"

Availability

Version 5.7