-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$readini Identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
The $readini returns the associated value of the item name for the given topic in an INI structure disk file
Contents
[hide]Synopsis[edit]
$readini(filename, np, topic, item)
Legacy syntax:
$readini [switches] topic item
Parameters[edit]
- filename - The file from which text is returned
- np - switches, 'n' = non evaluation of line, 'p' = treats command pipe seperator as code instead of plain text, same as $read's switches
Switches[edit]
Notes:[edit]
- All searches are case-insensitive.
- Undocumented legacy syntax can be used where parameters follow the identifier without being enclosed within quotes.
Examples[edit]
Compatibility[edit]
Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
[Expand]