FILEREXX: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
FILEREXX.DLL is a REXX Function Library that contains additional functions for file reading/writing routines which make it possible to access the same files from multiple running scripts (i.e., allow file sharing). FileRexx also makes it much easier to read/write files containing binary values. There are also routines which vastly simplify device (i.e., driver) I/O, and make some driver control possible which standard REXX doesn't allow. Finally, FileRexx offers a lot more parsing options when reading a line, thus eliminating the need to parse a line into separate pieces, or using TRANSLATE to change the case.
==Download==
* [filerx11.zip]


==Author==
==Author==
* [[Jeff Glatt]]
* [[Jeff Glatt]]


[[Category:Software]]
==Links==
*[http://sunsite.icm.edu.pl/pub/hobbes/os2/dev/rexx/filerx11.zip filerx11.zip]
 
[[Category:REXX Function Library]]

Revision as of 22:59, 9 February 2018

FILEREXX.DLL is a REXX Function Library that contains additional functions for file reading/writing routines which make it possible to access the same files from multiple running scripts (i.e., allow file sharing). FileRexx also makes it much easier to read/write files containing binary values. There are also routines which vastly simplify device (i.e., driver) I/O, and make some driver control possible which standard REXX doesn't allow. Finally, FileRexx offers a lot more parsing options when reading a line, thus eliminating the need to parse a line into separate pieces, or using TRANSLATE to change the case.

Author

Links