ATADJUST()
Adjusts a sequence within a string to a specified position
- Syntax
-
- ATADJUST (<cStringToMatch>, <cString>, <nAdjustPosition>,
- [<nCounter>], [<nIgnore>],
- [<nFillChar|cFillChar>]) -> cString
- Arguments
-
- <cStringToMatch> is the sequence to be adjusted within <cString> <cString> is the string that contains <cStringToMatch> <nAdjustPosition> specifies the position to that <cStringToMatch> will be adjusted [<nCounter>] specifies which occurence of <cStringToMatch> in <cString> is to be adjusted Default: last occurence [<nIgnore>] specifies how many characters should be omitted in the scan [<nFillChar|cFillChar>] specifies the character that is used for the adjustment
- Returns
-
- cString the changed string
- Description
-
- <TODO: add a description, some examples and tests here>
- Status
-
- Ready
- Compliance
-
- ATADJUST() works like CT3's ATADJUST()
- Platforms
-
- All
- Files
-
- Source is atadjust.c, library is ct3.
- See Also