From WikiChip
$freadex Identifier - mIRC
< mirc‎ | identifiers
Revision as of 19:24, 5 July 2020 by Ouims (talk | contribs) (Created page with "{{mirc title|$freadex Identifier}}'''$freadex''' returns the total content of the file from the pointer. == Synopsis == <pre>$freadex(N/name) returns the content of the file...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$freadex returns the total content of the file from the pointer.


Synopsis[edit]

$freadex(N/name) returns the content of the file

Parameters[edit]

  • N - The Nth handle to be used
  • name - The handle name to be used

Properties[edit]

None

Example[edit]

//fopen test $qt($mircini) | echo -a > $freadex(test) | fclose test

Compatibility[edit]

Added: mIRC v7.59
Added on: 08 Feb 2020
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]

/fclose /fseek /flist /fwrite $fopen $feof $fgetc $ferr $fread