INI File - Get Value Names

Returns a double-semicolon (;;) delimited list of all the Value Names found within a section.

Action ID:
Action Category:
Action List Syntax:

103
INI File
<<VARIABLE>>
= INIFile.GetSectionNames (<<FILENAME>>, <<SECTION>>)

Settings

Variable name

The name of the variable to store the double-semicolon (;;) delimited list of value names in.

File name

The name of the INI file.

Section

The INI file section to read the value names from.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_INI_FILE_NAMES_GET_VALUE

MSG_ERR_INI_FILE_NAMES_GET_VALUE
MSG_ERR_FILE_NOT_FOUND
<<FILENAME>>

Examples

None