| string |
512A |
Const Varying |
Req |
The string to remove punctuation from. |
| char |
1A |
Const |
Opt |
A punctuation charcter to either remove or
allow(see parm3):' ' is the default to remove all punctuation marks. |
| allow |
N |
Const |
Opt |
Ignored if char = ' ' !
*ON means to allow the punctuation mark sent in parm2: the default is *OFF if not sent. |
| repWith |
5A |
Const Varying |
Opt |
Replaces all puncuation specified in char
with this field value. If char is blank then this field will replace all punctuation.
If allow is *ON, then all punctuation EXCEPT char will be replaced by this value. |
| Returns: |
512A |
Varying |
n/a |
The adjusted string. |