READFILE$: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 May 2024

19 February 2024

17 February 2024

15 February 2024

13 February 2024

  • curprev 20:3420:34, 13 February 2024RhoSigma talk contribs 3,252 bytes +1,334 No edit summary
  • curprev 18:2818:28, 13 February 2024RhoSigma talk contribs 1,918 bytes +1,918 Created page with "{{DISPLAYTITLE: _READFILE$}} The '''_READFILE$''' function returns the complete contents of a file in a single string, but without the usual overhead. It does OPEN, GET and CLOSE the file in one run. {{PageSyntax}} : {{Parameter|content$}} = _READFILE$({{Parameter|fileSpec$}}) {{PageParameters}} * {{Parameter|content$}} is the entire file contents returned as STRING. Maybe empty, if the file specified was an empty file, or if the program is contin..."