From WikiChip
Difference between revisions of "mirc/identifiers/$ferr"
(Created page with "{{mirc title|$ferr Identifier}}'''$ferr''' return 1 if a file error of some kind occured from the last file access attempt in any script, 0 otherwise == Synopsis == <pre>$fe...") |
(No difference)
|
Revision as of 14:50, 21 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$ferr return 1 if a file error of some kind occured from the last file access attempt in any script, 0 otherwise
Synopsis
$ferr
Paramters
None
Properties
None
Example
//fopen test noexist | echo -a $ferr | 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
$feof $fopen $fread $fgetc /flist /fopen /fclose /fwrite /fseek