CHANGESTR.REX: Difference between revisions

Content added Content deleted
(Move to REXX library routines category)
m (moved a category to TOF.)
 
Line 1: Line 1:
[[Category:REXX_library_routines]]
==the CHANGESTR function==

== the CHANGESTR function ==
This a RYO version of the REXX function &nbsp; '''changestr''' &nbsp; (<u>change</u> <u>str</u>ing).
This a RYO version of the REXX function &nbsp; '''changestr''' &nbsp; (<u>change</u> <u>str</u>ing).


Line 71: Line 73:
return f || $ || h /* support three options. */</lang>
return f || $ || h /* support three options. */</lang>


===the CHANGESTR (internal) procedure source===
=== the CHANGESTR (internal) procedure source ===
The following CHANGESTR program can be coded as is when the intention is to be an internal routine (function).
The following CHANGESTR program can be coded as is when the intention is to be an internal routine (function).


Line 129: Line 131:
/* CHANGESTR BIFs only ···*/
/* CHANGESTR BIFs only ···*/
return f || $ || h /* support three options. */</lang>
return f || $ || h /* support three options. */</lang>

[[Category:REXX_library_routines]]