Squirrel/Server/Functions/Ini/ReadIniIndex

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function reads the data name at the specified index from an .ini file. == Syntax == <code>bool ReadIniIndex( string filename, string section, int index )</code> == Argume...)

Revision as of 20:33, 6 January 2010

This function reads the data name at the specified index from an .ini file.

Syntax

  1. bool ReadIniIndex( string filename, string section, int index )

Arguments

  • filename This is the name of the file
  • section The section that contains the value you want read
  • index The index in the ini (starting at 0)

Example

Related Functions

These functions are provided by the official module lu_ini.

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox