SCRSIZE.REX: Difference between revisions

Content added Content deleted
(added the SCRSIZE.REXX program to emulate the scrsize bif for some REXX programs. -- ~~~~)
 
(Added a link to the HELP for this REXX program. -- ~~~~)
Line 1: Line 1:
The   '''SCRSIZE.REX'''   is a REXX program to emulate the   '''scrsize'''   bif (which is available under some REXXes) for some REXX programs.
<br><br>The help for the &nbsp; '''SCRSIZE''' &nbsp; REXX program is included here ──► [[SCRSIZE.HEL]].

The '''SCRSIZE''' is a stand-alone subroutine (program) that mimics the function of the '''scrsize''' bif.
The '''SCRSIZE''' is a stand-alone subroutine (program) that mimics the function of the '''scrsize''' bif.
<lang rexx>/**/trace o;parse arg !;if !all(arg()) then exit;if !cms then address '';signal on halt;signal on novalue;signal on syntax
<lang rexx>/**/trace o;parse arg !;if !all(arg()) then exit;if !cms then address '';signal on halt;signal on novalue;signal on syntax