From WikiChip
Difference between revisions of "mirc/identifiers/$freadex"
< mirc‎ | identifiers

(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...")
 
(No difference)

Latest revision as of 19:24, 5 July 2020

$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