CSETATMUPA()
Determine "multi-pass" behaviour in some string functions
- Syntax
-
- CSETATMUPA ([<lNewSwitch>]) -> lOldSwitch
- Arguments
-
- [<lNewSwitch>] .T. -> turn "multi-pass" on .F. -> turn "multi-pass" off
- Returns
-
- lOldSwitch old (if lNewSwitch is a logical value) or current state of the switch
- Description
-
- CSETATMUPA determines how the following CT3 string functions
- ATNUM() AFTERATNUM() BEFORATNUM() ATREPL() NUMAT() ATADJUST() WORDTOCHAR() WORDREPL()
- perform their work. See the respective function documentation for a further description how the switch influences these functions.
- Status
-
- Ready
- Compliance
-
- This function is fully CT3 compatible.
- Platforms
-
- All
- Files
-
- Source is ctstr.c, library is ct3.
- See Also