Jump to content

REXX Tips & Tricks: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m was wrong
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
''By [[Bernd Schemmer‎]]''
[[File:Rxtt01.png|right]]
This document is Copyright (c) 1994 - 2004 by [[Bernd Schemmer]].


* [[REXX Tips & Tricks:General Foreword|General Foreword]]
You may freely distribute REXX Tips & Tricks (RXT&T) as long as it is kept in its original format, is not sold for profit, and contains this copyright notice.
* [[REXX Tips & Tricks:General|General]]
 
* [[REXX Tips & Tricks:General hints for OS/2 & DOS commands|General hints for OS/2 & DOS commands]]
I encourage all shareware vendors, BBS sysops and other for-profit distributors to copy and distribute this document in the original form, as long as you do NOT represent in any way that you are selling this document itself.
* [[REXX Tips & Tricks:General hints for REXX|General hints for REXX]]
 
* [[REXX Tips & Tricks:Hints for Object REXX|Hints for Object REXX]]
You can use the included source code in your programs - but please give credit where credit is due!
* [[REXX Tips & Tricks:Troubleshooting|Troubleshooting]]
 
* [[REXX Tips & Tricks:REXXUTIL functions|REXXUTIL functions]]
;Contents
* [[REXX Tips & Tricks:Change the WPS with REXX|Change the WPS with REXX]]
* [[{{PAGENAME}}:General Foreword|General Foreword]]
* [[REXX Tips & Tricks:Development Tools|Development Tools]]
* [[{{PAGENAME}}:General|General]]
* [[REXX Tips & Tricks:Sample source code|Sample source code]]
* [[{{PAGENAME}}:General hints for OS/2 & DOS commands|General hints for OS/2 & DOS commands]]
** [[REXX Tips & Tricks:Sample source code#Using ANSI sequences|Using ANSI sequences]]
* [[{{PAGENAME}}:General hints for REXX|General hints for REXX]]
** [[REXX Tips & Tricks:Sample source code#Date converting|Date converting]]
* [[{{PAGENAME}}:Hints for Object REXX|Hints for Object REXX]]
** [[REXX Tips & Tricks:Sample source code#Input & Output|Input & Output]]
* [[{{PAGENAME}}:Troubleshooting|Troubleshooting]]
** [[REXX Tips & Tricks:Sample source code#Disk-, Directory- and File-Handling|Disk-, Directory- and File-Handling]]
* [[{{PAGENAME}}:REXXUTIL functions|REXXUTIL functions]]
** [[REXX Tips & Tricks:Sample source code#Runtime tests & methods|Runtime tests & methods]]
* [[{{PAGENAME}}:Change the WPS with REXX|Change the WPS with REXX]]
** [[REXX Tips & Tricks:Sample source code#IPC and process synchronisation|IPC and process synchronisation]]
* [[{{PAGENAME}}:Development Tools|Development Tools]]
** [[REXX Tips & Tricks:Sample source code#Variable handling|Variable handling]]
* [[{{PAGENAME}}:Sample source code|Sample source code]]
** [[REXX Tips & Tricks:Sample source code#Sort algorithms|Sort algorithms]]
* [[{{PAGENAME}}:Sample programs|Sample programs]]
** [[REXX Tips & Tricks:Sample source code#Mathematical routines|Mathematical routines]]
* [[{{PAGENAME}}:Sample source code for Object REXX|Sample source code for Object REXX]]
** [[REXX Tips & Tricks:Sample source code#Misc. useful routines|Misc. useful routines]]
* [[{{PAGENAME}}:Literature|Literature]]
*Sample programs
* [[{{PAGENAME}}:Additional Software for REXX|Additional Software for REXX]]
** Sample source codeTemplate v3.08 for a REXX program
* [[{{PAGENAME}}:Sources|Sources]]
** Sample programs based on TEMPLATE.CMD
* [[{{PAGENAME}}:Miscellaneous|Miscellaneous]]
** Template for an installation program
* [[{{PAGENAME}}:Non-REXX related information|Non-REXX related information]]
** General input line enhancer
* [[{{PAGENAME}}:EMail addresses...|EMail addresses...]]
* [[REXX Tips & Tricks:Sample source code for Object REXX|Sample source code for Object REXX]]
* [[{{PAGENAME}}:REXX & OS/2 online help|REXX & OS/2 online help]]
* [[REXX Tips & Tricks:Literature|Literature]]
** REXX related Literature
** Object Rexx related Literature
** NetRexx related literature
** Non-REXX related literature
* [[REXX Tips & Tricks:Additional Software for REXX|Additional Software for REXX]]
** [[REXX Tips & Tricks:Additional Software for REXX#Development & Debugging Tools|Development & Debugging Tools]]
** [[REXX Tips & Tricks:Additional Software for REXX:WPS Tools|WPS Tools]]
** [[REXX Tips & Tricks:Additional Software for REXX:PM Tools|PM Tools]]
** [[REXX Tips & Tricks:Additional Software for REXX#Misc. develop tools|Misc. Tools]]
** Application Program interfaces
**BBS & Mailboxes
** CM/2
** Compressing & Decompressing
** Crypting and Checking
** Database
** Data Converting
** Date & Time
** File & Disk I/O
** Graphic & Printing
** Communication & IPC
** Mathematics
** Regular Expressions
** Miscellaneous
** LAN / NetBIOS
** LAN / Netware
** LAN / TCP/IP
** REXX Language Extensions
** Serial Communication
** Sound
** System
** Text I/O
** REXX Interpreter & Tools for DOS
* [[REXX Tips & Tricks:Sources|Sources]]
* Miscellaneous
* [[REXX Tips & Tricks:Non-REXX related information|Non-REXX related information]]
* [[REXX Tips & Tricks:EMail addresses...|EMail addresses...]]
* [[REXX Tips & Tricks:REXX & OS/2 online help|REXX & OS/2 online help]]


[[Category:REXX Tips & Tricks]]
[[Category:REXX Tips & Tricks]]

Latest revision as of 17:33, 15 February 2020

This document is Copyright (c) 1994 - 2004 by Bernd Schemmer.

You may freely distribute REXX Tips & Tricks (RXT&T) as long as it is kept in its original format, is not sold for profit, and contains this copyright notice.

I encourage all shareware vendors, BBS sysops and other for-profit distributors to copy and distribute this document in the original form, as long as you do NOT represent in any way that you are selling this document itself.

You can use the included source code in your programs - but please give credit where credit is due!

Contents