Please enable JavaScript to view this site.
This program will replace the characters, matching PARM2 with those in PARM3, in the string passed in PARM1. This function is case sensitive.
Parameter |
In |
Len |
Out |
Len |
PARM1 |
String |
132 |
Return String #1 |
132 |
PARM2 |
Old character(s) |
132 |
- |
|
PARM3 |
New character(s) |
132 |
- |
|
PARM4 |
Length of Old Chr String #2 |
3 |
- |
|
PARM5 |
Length of New Chr String #2 |
3 |
- |
|
PARM6 |
- |
|
- |
|
#1 | If the number of characters you are replacing are greater in length than the original characters then there is the possibility the Return String will be truncated to 132 characters. |
#2 | These parameters are optional unless either the original character(s) or the replacement character(s) is blank or you wish to include a blank on the end of either of the two strings. In this case you must pass in the length of the string as otherwise the blank will not be included. |