From WikiChip
$fgetc Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$fgetc returns the next character from an open file in file handling.
Synopsis
$fgetc(name/N)
Parameters
- N - The Nth handle to be used
- name - The name of the handle to be used
Properties
None
Example
//fopen test $qt($mircini) | echo -a > $fgetc(test) | fclose test
Compatibility
Added: mIRC v6.1
Added on: 29 Aug 2003
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
/fopen /fclose /fseek /flist /fwrite $fopen $fread $feof $ferr