Squirrel/Server/Functions/Ini/RemoveIniValue

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function removes a value from an .ini file. == Syntax == <code>bool RemoveIniValue( string file, string section, string key )</code> == Arguments == * '''file''' - The n...)

Revision as of 01:14, 27 November 2009

This function removes a value from an .ini file.

Syntax

  1. bool RemoveIniValue( string file, string section, string key )

Arguments

  • file - The name of the .ini file
  • section - The section from where the ini value should be removed
  • key - The key to the ini value to be removed

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