Squirrel/Server/Functions/Ini/CountIniSection

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function counts the items in the given .ini file section. == Syntax == <code>int CountIniSection( string file, string section )</code> == Arguments == * '''file''' - The...)

Revision as of 01:20, 27 November 2009

This function counts the items in the given .ini file section.

Syntax

  1. int CountIniSection( string file, string section )

Arguments

  • file - The name of the .ini file
  • section - The section from which the items should be counted

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes here

Related Functions

These functions are provided by the official module lu_ini.

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox