From WikiChip
$ini Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$ini returns the name/Nth position of the specified topic/item in an ini/text file.
Synopsis
$ini(file,topic/N,item/N)
Paramters
- file - the filename you want name/position from
- topic/N - The Nth topic or a topic name, use N = 0 for the total number of topics
- item/N - the Nth item or an item name, use N = 0 for the total number of items for that topic
Properties
None
Example
//echo -a $ini($mircini,0)
Compatibility
Added: mIRC v5.7
Added on: 02 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.