Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxTrimString (VAR actualString : STRING; prefixChars : STRING; suffixChars : STRING; options : INTEGER) status : INTEGER; |
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
...
1 | Option | Comment |
2 |
|
...
| |
3 |
|
...
| |
4 |
|
...
The set of characters specified in the "suffixChars" argument will be removed from the end of the given string | |
5 |
|
...
The set of characters specified in the "prefixChars" argument will be removed from the start of the given string | |
6 |
|
...
| |
7 |
|
...
Option | Comment | |
XPXOption | comment | |
|
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...