text: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 23: Line 23:


Creates a structured text containing the given plain text.  
Creates a structured text containing the given plain text.  


'''Example:'''
'''Example:'''


txt2 = '''text''' "Hello world."
txt2 = '''text''' "Hello world."

Revision as of 21:19, 29 June 2006



text text


Operand types:

text: String

Type of returned value:

Nothing

Compatibility:

Version 2.01 required.

Description:

Creates a structured text containing the given plain text.


Example:

txt2 = text "Hello world."