getText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 10: Line 10:
'''config''': [[Config]]
'''config''': [[Config]]
      
      
'''Type of returned value:'''
'''Type of returned value:'''



Revision as of 04:10, 3 July 2006


getText config


Operand types:

config: Config

Type of returned value:

String

Compatibility:

Version 2.35 required.

Description:

Extract text from config entry.

Example:

_array = getText (configFile >> "CfgVehicles" >> "Thing" >> "icon")