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[edit]
$fgetc(name/N)
Parameters[edit]
- N - The Nth handle to be used
- name - The name of the handle to be used
Properties[edit]
None
Example[edit]
//fopen test $qt($mircini) | echo -a > $fgetc(test) | fclose test
Compatibility[edit]
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[edit]
/fopen /fclose /fseek /flist /fwrite $fopen $fread $feof $ferr